From: Alexey Dobriyan Date: Sun, 14 Sep 2008 09:44:41 +0000 (+0400) Subject: x86: simpler SYSVIPC_COMPAT definition X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=b899219572350685e6163ce7535efb5ad9bcd6a4;p=linux-beck.git x86: simpler SYSVIPC_COMPAT definition X86_64 part is entirely redundant. Signed-off-by: Alexey Dobriyan Signed-off-by: Ingo Molnar --- diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 1e2afe60ba99..4c1475119cef 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -1786,7 +1786,7 @@ config COMPAT_FOR_U64_ALIGNMENT config SYSVIPC_COMPAT def_bool y - depends on X86_64 && COMPAT && SYSVIPC + depends on COMPAT && SYSVIPC endmenu