aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/hvm/vlapic.h
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-11-09 18:14:53 +0000
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2006-11-09 18:14:53 +0000
commit35f5a353787ce95c53c059e20e806dbe08343550 (patch)
tree35aab250756d972cd177bb37b5f4ae3f2064aa90 /xen/include/asm-x86/hvm/vlapic.h
parentefeebd10a1e79133a295809618d31d69ea2284be (diff)
downloadxen-35f5a353787ce95c53c059e20e806dbe08343550.tar.gz
xen-35f5a353787ce95c53c059e20e806dbe08343550.tar.bz2
xen-35f5a353787ce95c53c059e20e806dbe08343550.zip
[HVM] Change vlapic printk()s into appropriate gdprintk()s.
Simplify apic_round_robin(). 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.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/xen/include/asm-x86/hvm/vlapic.h b/xen/include/asm-x86/hvm/vlapic.h
index 3720127d6d..c327f5ef3f 100644
--- a/xen/include/asm-x86/hvm/vlapic.h
+++ b/xen/include/asm-x86/hvm/vlapic.h
@@ -85,10 +85,8 @@ void vlapic_msr_set(struct vlapic *vlapic, uint64_t value);
int vlapic_accept_pic_intr(struct vcpu *v);
-struct vlapic *apic_round_robin(struct domain *d,
- uint8_t dest_mode,
- uint8_t vector,
- uint32_t bitmap);
+struct vlapic *apic_round_robin(
+ struct domain *d, uint8_t vector, uint32_t bitmap);
s_time_t get_apictime_scheduled(struct vcpu *v);