From: Ingo Molnar Date: Tue, 27 Jan 2009 16:37:33 +0000 (+0100) Subject: x86/Voyager: remove KVM_GUEST quirk X-Git-Tag: v2.6.31-rc1~383^2~508^2~64 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=54523edd237b9e792a3b76988fde23a91d739f43;p=thirdparty%2Flinux.git x86/Voyager: remove KVM_GUEST quirk Voyager has this quirk currently: config KVM_GUEST bool "KVM Guest support" select PARAVIRT depends on !X86_VOYAGER Voyager support built into a kernel image does not exclude KVM paravirt guest support - so remove this quirk. Signed-off-by: Ingo Molnar --- diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 0bf0653969ddb..363111f40f344 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -426,7 +426,6 @@ config KVM_CLOCK config KVM_GUEST bool "KVM Guest support" select PARAVIRT - depends on !X86_VOYAGER help This option enables various optimizations for running under the KVM hypervisor.