From: Ingo Molnar Date: Tue, 27 Jan 2009 16:38:46 +0000 (+0100) Subject: x86/Voyager: remove PARAVIRT Kconfig quirk X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=c3e6a2042fef33b747d2ae3961f5312af801973d;p=deliverable%2Flinux.git x86/Voyager: remove PARAVIRT Kconfig quirk Remove this Kconfig quirk: config PARAVIRT bool "Enable paravirtualization code" depends on !X86_VOYAGER help Voyager support built into a kernel does not preclude paravirt support. Signed-off-by: Ingo Molnar --- diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 363111f40f34..82105349612d 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -434,7 +434,6 @@ source "arch/x86/lguest/Kconfig" config PARAVIRT bool "Enable paravirtualization code" - depends on !X86_VOYAGER help This changes the kernel so it can modify itself when it is run under a hypervisor, potentially improving performance significantly