[IA64] New resend_irq_on_evtchn() params
authorawilliam@xenbuild2.aw <awilliam@xenbuild2.aw>
Sun, 28 Jan 2007 23:33:18 +0000 (16:33 -0700)
committerawilliam@xenbuild2.aw <awilliam@xenbuild2.aw>
Sun, 28 Jan 2007 23:33:18 +0000 (16:33 -0700)
Signed-off-by: Alex Williamson <alex.williamson@hp.com>
linux-2.6-xen-sparse/include/asm-ia64/hw_irq.h

index 636948048531a511d205689643b62b7e74ba8ca0..922184d51407aaaafc238aecdf4f772c2518877e 100644 (file)
@@ -104,10 +104,9 @@ extern void register_percpu_irq (ia64_vector vec, struct irqaction *action);
 static inline void ia64_resend_irq(unsigned int vector)
 {
 #ifdef CONFIG_XEN
-       extern void resend_irq_on_evtchn(struct hw_interrupt_type *h,
-                                        unsigned int i);
+       extern int resend_irq_on_evtchn(unsigned int i);
        if (is_running_on_xen())
-               resend_irq_on_evtchn(h, vector);
+               resend_irq_on_evtchn(vector);
        else
 #endif /* CONFIG_XEN */
        platform_send_ipi(smp_processor_id(), vector, IA64_IPI_DM_INT, 0);