[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)
commit024e4f2c5175a482c234cf67ed22368d770bf78f
tree73c5ecd17c3e136b0d8783b0b9650110340aa444
parentfa1d19e5d9a94120f31e5783ab44758f46892d94
[IA64] Correct definition of handle_IPI

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