[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20071107054657.GA13450@uranus.ravnborg.org>
Date: Wed, 7 Nov 2007 06:46:57 +0100
From: Sam Ravnborg <sam@...nborg.org>
To: Thomas Gleixner <tglx@...utronix.de>,
Ingo Molnar <mingo@...hat.com>,
"H. Peter Anvin" <hpa@...or.com>,
LKML <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] x86: unification of cfufreq/Kconfig
On Wed, Nov 07, 2007 at 12:04:51AM +0100, Sam Ravnborg wrote:
> This serie of patches unify the X86 Kconfig files.
> Next step is to enable use of "make ARCH=x86" and kill
> "make ARCH=i386/x86_64".
> But that will wait till tomorrow.
>
> The allmodconfig kernel is still building here.
> Testing / reviews appreciated.
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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists