Skip to content

Commit

Permalink
KVM: LAPIC: minor debugging compile fix
Browse files Browse the repository at this point in the history
This patch fixes a compile error of the LAPIC code with APIC debugging enabled.

Signed-off-by: Joerg Roedel <[email protected]>
Signed-off-by: Markus Rechberger <[email protected]>
Signed-off-by: Avi Kivity <[email protected]>
  • Loading branch information
Joerg Roedel authored and avikivity committed Jan 30, 2008
1 parent 7819026 commit 722f6ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/kvm/lapic.c
Original file line number Diff line number Diff line change
Expand Up @@ -829,7 +829,7 @@ void kvm_lapic_set_base(struct kvm_vcpu *vcpu, u64 value)

/* with FSB delivery interrupt, we can restart APIC functionality */
apic_debug("apic base msr is 0x%016" PRIx64 ", and base address is "
"0x%lx.\n", apic->apic_base, apic->base_address);
"0x%lx.\n", apic->vcpu->apic_base, apic->base_address);

}

Expand Down

0 comments on commit 722f6ec

Please sign in to comment.