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