diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-01-27 11:36:31 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-01-29 08:17:07 -0500 |
commit | e084e531000a488d2d27864266c13ac824575a8b (patch) | |
tree | d10b2fe0de889bdd9223ec20b2c2b601683d04f9 | |
parent | f154f47d5180c2012bf97999e6c600d45db8af2d (diff) |
x86/Voyager: remove KVM_CLOCK quirk
Voyager has this build-time quirk to exclude KVM_CLOCK:
bool "KVM paravirtualized clock"
select PARAVIRT
select PARAVIRT_CLOCK
depends on !X86_VOYAGER
Voyager support built into a kernel image does not exclude
KVM paravirt clock support - so remove this quirk.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
-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 4bd0c8febae9..0bf0653969dd 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -416,7 +416,6 @@ config KVM_CLOCK | |||
416 | bool "KVM paravirtualized clock" | 416 | bool "KVM paravirtualized clock" |
417 | select PARAVIRT | 417 | select PARAVIRT |
418 | select PARAVIRT_CLOCK | 418 | select PARAVIRT_CLOCK |
419 | depends on !X86_VOYAGER | ||
420 | help | 419 | help |
421 | Turning on this option will allow you to run a paravirtualized clock | 420 | Turning on this option will allow you to run a paravirtualized clock |
422 | when running over the KVM hypervisor. Instead of relying on a PIT | 421 | when running over the KVM hypervisor. Instead of relying on a PIT |