aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/hvm/vioapic.c
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/arch/x86/hvm/vioapic.c
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/arch/x86/hvm/vioapic.c')
-rw-r--r--xen/arch/x86/hvm/vioapic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/arch/x86/hvm/vioapic.c b/xen/arch/x86/hvm/vioapic.c
index 35ca17ea44..9eae82f40a 100644
--- a/xen/arch/x86/hvm/vioapic.c
+++ b/xen/arch/x86/hvm/vioapic.c
@@ -403,7 +403,7 @@ static void ioapic_deliver(struct vioapic *vioapic, int irq)
}
else
#endif
- target = apic_round_robin(vioapic_domain(vioapic), dest_mode,
+ target = apic_round_robin(vioapic_domain(vioapic),
vector, deliver_bitmask);
if ( target != NULL )
{