|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] [xen-unstable] [IA64] fix debug=y build: update ASSERT(a
# HG changeset patch
# User awilliam@xxxxxxxxxxx
# Node ID 8b81c4e82f3ecde6ba1f1cbf32712c0e39ba4420
# Parent 09982b366f9383a298d495f38360e6680bd2ea3c
[IA64] fix debug=y build: update ASSERT(acktype)
action->acktype is no longer defined here. Dereference
desc->action->acktype to get to it.
Signed-off-by: Aron Griffis <aron@xxxxxx>
---
xen/arch/ia64/xen/irq.c | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
diff -r 09982b366f93 -r 8b81c4e82f3e xen/arch/ia64/xen/irq.c
--- a/xen/arch/ia64/xen/irq.c Sat Jun 03 14:41:24 2006 -0600
+++ b/xen/arch/ia64/xen/irq.c Sat Jun 03 14:42:13 2006 -0600
@@ -440,7 +440,7 @@ int pirq_guest_eoi(struct domain *d, int
if ( test_and_clear_bit(irq, &d->pirq_mask) &&
(--((irq_guest_action_t *)desc->action)->in_flight == 0) )
{
- ASSERT(action->ack_type == ACKTYPE_UNMASK);
+ ASSERT(((irq_guest_action_t*)desc->action)->ack_type ==
ACKTYPE_UNMASK);
desc->handler->end(irq);
}
spin_unlock_irq(&desc->lock);
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] [xen-unstable] [IA64] fix debug=y build: update ASSERT(acktype),
Xen patchbot-unstable <=
|
|
|
|
|