[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] [IA64] New resend_irq_on_evtchn() params
# HG changeset patch # User awilliam@xxxxxxxxxxxx # Date 1170027198 25200 # Node ID d14da87feed69e45853d575de73d54d945a3c5a3 # Parent dd58c60622925be5c9bcc31915acbac3d2df6fd4 [IA64] New resend_irq_on_evtchn() params Signed-off-by: Alex Williamson <alex.williamson@xxxxxx> --- linux-2.6-xen-sparse/include/asm-ia64/hw_irq.h | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff -r dd58c6062292 -r d14da87feed6 linux-2.6-xen-sparse/include/asm-ia64/hw_irq.h --- a/linux-2.6-xen-sparse/include/asm-ia64/hw_irq.h Sun Jan 28 16:32:27 2007 -0700 +++ b/linux-2.6-xen-sparse/include/asm-ia64/hw_irq.h Sun Jan 28 16:33:18 2007 -0700 @@ -104,10 +104,9 @@ static inline void ia64_resend_irq(unsig 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); _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |