]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
x86: simpler SYSVIPC_COMPAT definition
authorAlexey Dobriyan <adobriyan@gmail.com>
Sun, 14 Sep 2008 09:44:41 +0000 (13:44 +0400)
committerIngo Molnar <mingo@elte.hu>
Sun, 14 Sep 2008 12:57:15 +0000 (14:57 +0200)
X86_64 part is entirely redundant.

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/Kconfig

index 1e2afe60ba992328268b7108ced2f69ea4276a8b..4c1475119cef00213537e8ba47c074fa5dc58c00 100644 (file)
@@ -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