aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/hvm/vlapic.h
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-10-31 14:39:50 +0000
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-10-31 14:39:50 +0000
commitd138c1c2c1ca4a930c03a8b91fe37fb6ea23b1af (patch)
tree352506a643b83f6453b4dff091ea8c563ae3e8c6 /xen/include/asm-x86/hvm/vlapic.h
parent779aa4f538f9b23d9b0ca0374460501e06cc2762 (diff)
downloadxen-d138c1c2c1ca4a930c03a8b91fe37fb6ea23b1af.tar.gz
xen-d138c1c2c1ca4a930c03a8b91fe37fb6ea23b1af.tar.bz2
xen-d138c1c2c1ca4a930c03a8b91fe37fb6ea23b1af.zip
[HVM] vlapic: Synchronously determine PPR register value whenevr it is needed.
Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'xen/include/asm-x86/hvm/vlapic.h')
-rw-r--r--xen/include/asm-x86/hvm/vlapic.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/xen/include/asm-x86/hvm/vlapic.h b/xen/include/asm-x86/hvm/vlapic.h
index 4478b71ac2..883e3cac28 100644
--- a/xen/include/asm-x86/hvm/vlapic.h
+++ b/xen/include/asm-x86/hvm/vlapic.h
@@ -81,8 +81,6 @@ int vlapic_init(struct vcpu *vc);
void vlapic_msr_set(struct vlapic *vlapic, uint64_t value);
-uint32_t vlapic_update_ppr(struct vlapic *vlapic);
-
int vlapic_accept_pic_intr(struct vcpu *v);
struct vlapic *apic_round_robin(struct domain *d,