From: Ingo Molnar Date: Tue, 27 Jan 2009 16:01:14 +0000 (+0100) Subject: x86/Voyager: remove KVM Kconfig quirk X-Git-Tag: v2.6.31-rc1~383^2~508^2~76 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0ec9483dbe8f534e0f3ef413f9eba9a5ff78050;p=pandora-kernel.git 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 --- Reading git-diff-tree failed