From: Al Viro Date: Sun, 9 Jul 2017 15:42:32 +0000 (-0400) Subject: get rid of SYSVIPC_COMPAT on ia64 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=8ac72a462371b39579790394efcea014388f737d;p=openwrt%2Fstaging%2Fblogic.git get rid of SYSVIPC_COMPAT on ia64 it's always false, since it depends on COMPAT and ia64 is not biarch. Signed-off-by: Al Viro --- diff --git a/arch/ia64/Kconfig.debug b/arch/ia64/Kconfig.debug index de9d507ba0fd..4763887ba368 100644 --- 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