MIPS: SMP: Fix build.
commit 48a048fed8
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>
This commit is contained in:
@ -137,7 +137,7 @@ void arch_send_call_function_ipi_mask(const struct cpumask *mask)
|
||||
*/
|
||||
void arch_send_call_function_single_ipi(int cpu)
|
||||
{
|
||||
mp_ops->send_ipi_mask(cpumask_of_cpu(cpu), SMP_CALL_FUNCTION);
|
||||
mp_ops->send_ipi_mask(&cpumask_of_cpu(cpu), SMP_CALL_FUNCTION);
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user