aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2009-01-27 11:38:46 -0500
committerIngo Molnar <mingo@elte.hu>2009-01-29 08:17:09 -0500
commitc3e6a2042fef33b747d2ae3961f5312af801973d (patch)
tree0c72d9e2dabb245a1b40bd135bd64fc1441526ac
parent54523edd237b9e792a3b76988fde23a91d739f43 (diff)
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 <mingo@elte.hu>
-rw-r--r--arch/x86/Kconfig1
1 files changed, 0 insertions, 1 deletions
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"
434 434
435config PARAVIRT 435config PARAVIRT
436 bool "Enable paravirtualization code" 436 bool "Enable paravirtualization code"
437 depends on !X86_VOYAGER
438 help 437 help
439 This changes the kernel so it can modify itself when it is run 438 This changes the kernel so it can modify itself when it is run
440 under a hypervisor, potentially improving performance significantly 439 under a hypervisor, potentially improving performance significantly