]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[IA64] Correct definition of handle_IPI
authorKeith Owens <kaos@sgi.com>
Wed, 18 Oct 2006 05:36:49 +0000 (15:36 +1000)
committerTony Luck <tony.luck@intel.com>
Tue, 31 Oct 2006 22:38:15 +0000 (14:38 -0800)
The declaration of handle_IPI in arch/ia64/kernel/smp.c was changed but
not the definition of this function.  Remove struct pt_regs from
handle_IPI().

Signed-off-by: Keith Owens <kaos@sgi.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
arch/ia64/kernel/smp.c

index 2763e791778183f805a6540221431eb03f0fdfef..6ab95ceaf9d4f34aa32a382a9e32cb68bb98b23b 100644 (file)
@@ -108,7 +108,7 @@ cpu_die(void)
 }
 
 irqreturn_t
-handle_IPI (int irq, void *dev_id, struct pt_regs *regs)
+handle_IPI (int irq, void *dev_id)
 {
        int this_cpu = get_cpu();
        unsigned long *pending_ipis = &__ia64_per_cpu_var(ipi_operation);