diff options
Diffstat (limited to 'arch/ppc/syslib')
-rw-r--r-- | arch/ppc/syslib/open_pic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc/syslib/open_pic.c b/arch/ppc/syslib/open_pic.c index 361f113260d7..894779712b46 100644 --- a/arch/ppc/syslib/open_pic.c +++ b/arch/ppc/syslib/open_pic.c | |||
@@ -890,7 +890,7 @@ openpic_get_irq(struct pt_regs *regs) | |||
890 | 890 | ||
891 | #ifdef CONFIG_SMP | 891 | #ifdef CONFIG_SMP |
892 | void | 892 | void |
893 | smp_openpic_message_pass(int target, int msg, unsigned long data, int wait) | 893 | smp_openpic_message_pass(int target, int msg) |
894 | { | 894 | { |
895 | cpumask_t mask = CPU_MASK_ALL; | 895 | cpumask_t mask = CPU_MASK_ALL; |
896 | /* make sure we're sending something that translates to an IPI */ | 896 | /* make sure we're sending something that translates to an IPI */ |