diff options
author | Joerg Roedel <joerg.roedel@amd.com> | 2007-12-12 06:37:24 -0500 |
---|---|---|
committer | Avi Kivity <avi@qumranet.com> | 2008-01-30 10:53:21 -0500 |
commit | 722f6ecbcf3e53809236b36e6dfd9042924a2d51 (patch) | |
tree | a6ae05e5edd99244c88ccab9131f06ab132b96ed /drivers/kvm/lapic.c | |
parent | 7819026eefee53eaaac3fdce1a2f157c7ea943fe (diff) |
KVM: LAPIC: minor debugging compile fix
This patch fixes a compile error of the LAPIC code with APIC debugging enabled.
Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
Signed-off-by: Markus Rechberger <markus.rechberger@amd.com>
Signed-off-by: Avi Kivity <avi@qumranet.com>
Diffstat (limited to 'drivers/kvm/lapic.c')
-rw-r--r-- | drivers/kvm/lapic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/kvm/lapic.c b/drivers/kvm/lapic.c index 5efa6c0276c6..466c37f02e85 100644 --- a/drivers/kvm/lapic.c +++ b/drivers/kvm/lapic.c | |||
@@ -829,7 +829,7 @@ void kvm_lapic_set_base(struct kvm_vcpu *vcpu, u64 value) | |||
829 | 829 | ||
830 | /* with FSB delivery interrupt, we can restart APIC functionality */ | 830 | /* with FSB delivery interrupt, we can restart APIC functionality */ |
831 | apic_debug("apic base msr is 0x%016" PRIx64 ", and base address is " | 831 | apic_debug("apic base msr is 0x%016" PRIx64 ", and base address is " |
832 | "0x%lx.\n", apic->apic_base, apic->base_address); | 832 | "0x%lx.\n", apic->vcpu->apic_base, apic->base_address); |
833 | 833 | ||
834 | } | 834 | } |
835 | 835 | ||