mips: fix obsolete cpumask_of_cpu usage.
Plus, it's weird. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
fdaf3a6539
commit
1ed1835f5f
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ static inline void arch_send_call_function_single_ipi(int cpu)
|
||||||
{
|
{
|
||||||
extern struct plat_smp_ops *mp_ops; /* private */
|
extern struct plat_smp_ops *mp_ops; /* private */
|
||||||
|
|
||||||
mp_ops->send_ipi_mask(&cpumask_of_cpu(cpu), SMP_CALL_FUNCTION);
|
mp_ops->send_ipi_mask(cpumask_of(cpu), SMP_CALL_FUNCTION);
|
||||||
}
|
}
|
||||||
|
|
||||||
static inline void arch_send_call_function_ipi_mask(const struct cpumask *mask)
|
static inline void arch_send_call_function_ipi_mask(const struct cpumask *mask)
|
||||||
|
|
Loading…
Add table
Reference in a new issue