On Wed, Nov 07, 2007 at 12:04:51AM +0100, Sam Ravnborg wrote:
Small fix to let allmodconfig build on x86_64.
I need to doublecheck why this bug sneaked in but that will be tonight.
Sam
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 0acb92f..dab26a0 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -79,7 +79,7 @@ config ARCH_MAY_HAVE_PC_FDC
config DMI
bool
- default X86_32
+ default y
config RWSEM_GENERIC_SPINLOCK
def_bool !X86_XADD
-