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>
This commit is contained in:
parent
54523edd23
commit
c3e6a2042f
|
@ -434,7 +434,6 @@ source "arch/x86/lguest/Kconfig"
|
||||||
|
|
||||||
config PARAVIRT
|
config PARAVIRT
|
||||||
bool "Enable paravirtualization code"
|
bool "Enable paravirtualization code"
|
||||||
depends on !X86_VOYAGER
|
|
||||||
help
|
help
|
||||||
This changes the kernel so it can modify itself when it is run
|
This changes the kernel so it can modify itself when it is run
|
||||||
under a hypervisor, potentially improving performance significantly
|
under a hypervisor, potentially improving performance significantly
|
||||||
|
|
Loading…
Reference in New Issue