Mailing List Archive

[IA64] cleanup extraneous function name change from upstream
# HG changeset patch
# User awilliam@xenbuild.aw
# Node ID 982b9678af2c893f82e0b3299ee184d33a041aec
# Parent dfdb9cfc8b7969cb9ea4fd4995c68cdfdb3acdac
[IA64] cleanup extraneous function name change from upstream

irq_exit() was briefly renamed to xen_irq_exit(), but the change
is no longer necessary. Reverting to original name and parameters.

Signed-off-by: Alex Williamson <alex.williamson@hp.com>

diff -r dfdb9cfc8b79 -r 982b9678af2c xen/arch/ia64/linux-xen/irq_ia64.c
--- a/xen/arch/ia64/linux-xen/irq_ia64.c Fri Feb 10 15:37:14 2006
+++ b/xen/arch/ia64/linux-xen/irq_ia64.c Fri Feb 10 23:16:33 2006
@@ -169,7 +169,7 @@
* handler needs to be able to wait for further keyboard interrupts, which can't
* come through until ia64_eoi() has been done.
*/
- xen_irq_exit(regs);
+ irq_exit();
}

#ifdef CONFIG_HOTPLUG_CPU
diff -r dfdb9cfc8b79 -r 982b9678af2c xen/arch/ia64/xen/xenirq.c
--- a/xen/arch/ia64/xen/xenirq.c Fri Feb 10 15:37:14 2006
+++ b/xen/arch/ia64/xen/xenirq.c Fri Feb 10 23:16:33 2006
@@ -59,7 +59,7 @@
/*
* Exit an interrupt context. Process softirqs if needed and possible:
*/
-void xen_irq_exit(struct pt_regs *regs)
+void irq_exit(void)
{
sub_preempt_count(IRQ_EXIT_OFFSET);
}

_______________________________________________
Xen-changelog mailing list
Xen-changelog@lists.xensource.com
http://lists.xensource.com/xen-changelog