diff options
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/mips/kernel/smp.c | 2 | ||||
| -rw-r--r-- | arch/mips/sgi-ip27/ip27-smp.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/kernel/smp.c b/arch/mips/kernel/smp.c index 09e8dcf72835..d74b4dd2dfb2 100644 --- a/arch/mips/kernel/smp.c +++ b/arch/mips/kernel/smp.c | |||
| @@ -137,7 +137,7 @@ void arch_send_call_function_ipi_mask(const struct cpumask *mask) | |||
| 137 | */ | 137 | */ |
| 138 | void arch_send_call_function_single_ipi(int cpu) | 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 | /* |
diff --git a/arch/mips/sgi-ip27/ip27-smp.c b/arch/mips/sgi-ip27/ip27-smp.c index 9aa8f2951df6..c6851df9ab74 100644 --- a/arch/mips/sgi-ip27/ip27-smp.c +++ b/arch/mips/sgi-ip27/ip27-smp.c | |||
| @@ -165,7 +165,7 @@ static void ip27_send_ipi_single(int destid, unsigned int action) | |||
| 165 | REMOTE_HUB_SEND_INTR(COMPACT_TO_NASID_NODEID(cpu_to_node(destid)), irq); | 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 | unsigned int i; | 170 | unsigned int i; |
| 171 | 171 | ||
