x86/Voyager: remove KVM_CLOCK quirk
authorIngo Molnar <mingo@elte.hu>
Tue, 27 Jan 2009 16:36:31 +0000 (17:36 +0100)
committerIngo Molnar <mingo@elte.hu>
Thu, 29 Jan 2009 13:17:07 +0000 (14:17 +0100)
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>
arch/x86/Kconfig

index 4bd0c8febae985e4873fedb739cbb269299d3b79..0bf0653969ddbfcbba9b05e9d910a2e3ac7e092a 100644 (file)
@@ -416,7 +416,6 @@ config KVM_CLOCK
        bool "KVM paravirtualized clock"
        select PARAVIRT
        select PARAVIRT_CLOCK
-       depends on !X86_VOYAGER
        help
          Turning on this option will allow you to run a paravirtualized clock
          when running over the KVM hypervisor. Instead of relying on a PIT
This page took 0.026127 seconds and 5 git commands to generate.