x86: KVM geust: make setup_secondary_clock definition dependent on local apic
authorGlauber Costa <gcosta@redhat.com>
Wed, 30 Apr 2008 15:39:05 +0000 (12:39 -0300)
committerAvi Kivity <avi@qumranet.com>
Sun, 4 May 2008 11:45:12 +0000 (14:45 +0300)
Since the pv_apic_ops are only present if CONFIG_X86_LOCAL_APIC is compiled
in, kvmclock failed to build without this option.  This patch fixes this.

Signed-off-by: Glauber Costa <gcosta@redhat.com>
Signed-off-by: Avi Kivity <avi@qumranet.com>

No differences found