]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc8bdc395a4305fc7c1765ec06c57abb2fe73c586
tree884bf8c6db0157477fdd18a051114cb0420e6983
parentb0ad008f07aa67e6073b90b0fd35a9a4858147d0
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