Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

MIPS: SMP: Fix build.

commit 48a048fed82a8e5fdd8618574f6d3de1a0d67a50
Author: Rusty Russell <rusty@rustcorp.com.au>
Date: Thu Sep 24 09:34:44 2009 -0600

apparently only passed the "looks good" level of QA ;-)

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

+2 -2
+1 -1
arch/mips/kernel/smp.c
··· 137 137 */ 138 138 void arch_send_call_function_single_ipi(int cpu) 139 139 { 140 - mp_ops->send_ipi_mask(cpumask_of_cpu(cpu), SMP_CALL_FUNCTION); 140 + mp_ops->send_ipi_mask(&cpumask_of_cpu(cpu), SMP_CALL_FUNCTION); 141 141 } 142 142 143 143 /*
+1 -1
arch/mips/sgi-ip27/ip27-smp.c
··· 165 165 REMOTE_HUB_SEND_INTR(COMPACT_TO_NASID_NODEID(cpu_to_node(destid)), irq); 166 166 } 167 167 168 - static void ip27_send_ipi(const struct cpumask *mask, unsigned int action) 168 + static void ip27_send_ipi_mask(const struct cpumask *mask, unsigned int action) 169 169 { 170 170 unsigned int i; 171 171