From: Alexey Dobriyan Date: Sun, 14 Sep 2008 09:44:41 +0000 (+0400) Subject: x86: simpler SYSVIPC_COMPAT definition X-Git-Tag: v2.6.28-rc1~734^2^3~5 X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=b899219572350685e6163ce7535efb5ad9bcd6a4;p=linux-2.6-omap-h63xx.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 1e2afe60ba9..4c1475119ce 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