[PATCH] x86: simpler SYSVIPC_COMPAT definition

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Alexey Dobriyan
Date: Sunday, September 14, 2008 - 2:44 am

X86_64 part is entirely redundant.

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
---

 arch/x86/Kconfig |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -1773,7 +1773,7 @@ config COMPAT_FOR_U64_ALIGNMENT
 
 config SYSVIPC_COMPAT
 	def_bool y
-	depends on X86_64 && COMPAT && SYSVIPC
+	depends on COMPAT && SYSVIPC
 
 endmenu
 
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] x86: simpler SYSVIPC_COMPAT definition, Alexey Dobriyan, (Sun Sep 14, 2:44 am)
Re: [PATCH] x86: simpler SYSVIPC_COMPAT definition, Ingo Molnar, (Sun Sep 14, 5:57 am)