diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-01-27 16:37:33 (GMT) |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-01-29 13:17:08 (GMT) |
commit | 54523edd237b9e792a3b76988fde23a91d739f43 (patch) | |
tree | dcefd891ea9ae75f3e1e8123c251fa417c954f90 /arch/x86/Kconfig | |
parent | e084e531000a488d2d27864266c13ac824575a8b (diff) | |
download | linux-54523edd237b9e792a3b76988fde23a91d739f43.tar.xz |
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 <mingo@elte.hu>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 0bf0653..363111f 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. |