commit | b8ba5f10c5956d2b297766fda8f4f5ab8ad1e2cc | [log] [tgz] |
---|---|---|
author | Glauber Costa <gcosta@redhat.com> | Wed Apr 30 12:39:05 2008 -0300 |
committer | Avi Kivity <avi@qumranet.com> | Sun May 04 14:45:12 2008 +0300 |
tree | 1c5561c6693bfe6484b9b8a4df0c4bf8354a0e39 | |
parent | 93df766322ba1db2801e4b826985a4932dd75866 [diff] |
x86: KVM geust: make setup_secondary_clock definition dependent on local apic 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>