[PATCH] x86: set X86_CMOV for all targets using -march=i686

From: Jan Beulich
Date: Thu Dec 13 2007 - 04:34:47 EST


Signed-off-by: Jan Beulich <jbeulich@xxxxxxxxxx>

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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/