]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - arch/mips/kernel/smp.c
MIPS: SMP: Fix build.
[net-next-2.6.git] / arch / mips / kernel / smp.c
index 09e8dcf72835d05b618c5622e63aaf63378cd0ea..d74b4dd2dfb2da8394b9b46d0943805c3401d7ec 100644 (file)
@@ -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);
 }
 
 /*