summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2009-01-27 17:01:14 +0100
committerIngo Molnar <mingo@elte.hu>2009-01-29 14:16:56 +0100
commite0ec9483dbe8f534e0f3ef413f9eba9a5ff78050 (patch)
tree884bf8c6db0157477fdd18a051114cb0420e6983
parent07ef83ae9e99377f38f4d0e472ba6ff09324e5e9 (diff)
downloadop-kernel-dev-e0ec9483dbe8f534e0f3ef413f9eba9a5ff78050.zip
op-kernel-dev-e0ec9483dbe8f534e0f3ef413f9eba9a5ff78050.tar.gz
x86/Voyager: remove KVM Kconfig quirk
Voyager and other subarchitectures have this Kconfig quirk: select HAVE_KVM if ((X86_32 && !X86_VOYAGER && !X86_VISWS && !X86_NUMAQ) || X86_64) This is unnecessary, as KVM cleanly detects based on CPUID capabilities. Signed-off-by: Ingo Molnar <mingo@elte.hu>
-rw-r--r--arch/x86/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 9727dd5..a783fe7 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -34,7 +34,7 @@ config X86
select HAVE_FUNCTION_TRACER
select HAVE_FUNCTION_GRAPH_TRACER
select HAVE_FUNCTION_TRACE_MCOUNT_TEST
- select HAVE_KVM if ((X86_32 && !X86_VOYAGER && !X86_VISWS && !X86_NUMAQ) || X86_64)
+ select HAVE_KVM
select HAVE_ARCH_KGDB if !X86_VOYAGER
select HAVE_ARCH_TRACEHOOK
select HAVE_GENERIC_DMA_COHERENT if X86_32
OpenPOWER on IntegriCloud