projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a5e5e0
)
include/linux/poison.h: remove not-used poison pointer macros
author
Vasily Kulikov
<
[email protected]
>
Wed, 9 Sep 2015 22:36:03 +0000
(15:36 -0700)
committer
Linus Torvalds
<
[email protected]
>
Thu, 10 Sep 2015 20:29:01 +0000
(13:29 -0700)
Signed-off-by: Vasily Kulikov <
[email protected]
>
Cc: Solar Designer <
[email protected]
>
Cc: Thomas Gleixner <
[email protected]
>
Cc: "Kirill A. Shutemov" <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
include/linux/poison.h
patch
|
blob
|
history
diff --git
a/include/linux/poison.h
b/include/linux/poison.h
index 253c9b4198effbb6bd29449a507340265760afa5..317e16de09e508ed64b87dae6c5006b1efcb129d 100644
(file)
--- a/
include/linux/poison.h
+++ b/
include/linux/poison.h
@@
-69,10
+69,6
@@
#define ATM_POISON_FREE 0x12
#define ATM_POISON 0xdeadbeef
-/********** net/ **********/
-#define NEIGHBOR_DEAD 0xdeadbeef
-#define NETFILTER_LINK_POISON 0xdead57ac
-
/********** kernel/mutexes **********/
#define MUTEX_DEBUG_INIT 0x11
#define MUTEX_DEBUG_FREE 0x22
@@
-83,7
+79,4
@@
/********** security/ **********/
#define KEY_DESTROY 0xbd
-/********** sound/oss/ **********/
-#define OSS_POISON_FREE 0xAB
-
#endif