]> bbs.cooldavid.org Git - net-next-2.6.git/commit - arch/x86/Kconfig
x86/Voyager: remove KVM Kconfig quirk
authorIngo Molnar <mingo@elte.hu>
Tue, 27 Jan 2009 16:01:14 +0000 (17:01 +0100)
committerIngo Molnar <mingo@elte.hu>
Thu, 29 Jan 2009 13:16:56 +0000 (14:16 +0100)
commite0ec9483dbe8f534e0f3ef413f9eba9a5ff78050
tree884bf8c6db0157477fdd18a051114cb0420e6983
parent07ef83ae9e99377f38f4d0e472ba6ff09324e5e9
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>
arch/x86/Kconfig