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:
44ee454
)
get rid of SYSVIPC_COMPAT on ia64
author
Al Viro
<viro@zeniv.linux.org.uk>
Sun, 9 Jul 2017 15:42:32 +0000
(11:42 -0400)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Sun, 16 Jul 2017 00:46:48 +0000
(20:46 -0400)
it's always false, since it depends on COMPAT and
ia64 is not biarch.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
arch/ia64/Kconfig.debug
patch
|
blob
|
history
diff --git
a/arch/ia64/Kconfig.debug
b/arch/ia64/Kconfig.debug
index de9d507ba0fd466d8b466f54d1143a46d20caaa0..4763887ba3682112f5fe5020622391c81c830d73 100644
(file)
--- a/
arch/ia64/Kconfig.debug
+++ b/
arch/ia64/Kconfig.debug
@@
-56,9
+56,4
@@
config IA64_DEBUG_IRQ
and restore instructions. It's useful for tracking down spinlock
problems, but slow! If you're unsure, select N.
-config SYSVIPC_COMPAT
- bool
- depends on COMPAT && SYSVIPC
- default y
-
endmenu