[<prev] [next>] [day] [month] [year] [list]
Message-Id: <47610AF1.76E4.0078.0@novell.com>
Date: Thu, 13 Dec 2007 09:35:29 +0000
From: "Jan Beulich" <jbeulich@...ell.com>
To: <tglx@...utronix.de>, <mingo@...hat.com>, <hpa@...or.com>
Cc: <linux-kernel@...r.kernel.org>
Subject: [PATCH] x86: set X86_CMOV for all targets using -march=i686
Signed-off-by: Jan Beulich <jbeulich@...ell.com>
arch/x86/Kconfig.cpu | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- linux-2.6.24-rc5/arch/x86/Kconfig.cpu 2007-12-12 11:28:17.000000000 +0100
+++ 2.6.24-rc5-x86-cmov/arch/x86/Kconfig.cpu 2007-12-04 16:11:19.000000000 +0100
@@ -390,7 +390,7 @@ config X86_TSC
# generates cmov.
config X86_CMOV
bool
- depends on (MK7 || MPENTIUM4 || MPENTIUMM || MPENTIUMIII || MPENTIUMII || M686 || MVIAC3_2 || MVIAC7)
+ depends on (MK8 || MK7 || MCORE2 || MPENTIUM4 || MPENTIUMM || MPENTIUMIII || MPENTIUMII || M686 || MVIAC3_2 || MVIAC7 || MCRUSOE || MEFFICEON)
default y
config X86_MINIMUM_CPU_FAMILY
--
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