cpumask: arch_send_call_function_ipi_mask: mips
We're weaning the core code off handing cpumask's around on-stack.
This introduces arch_send_call_function_ipi_mask(), and by defining
it, the old arch_send_call_function_ipi is defined by the core code.
We also take the chance to wean the implementations off the
obsolescent for_each_cpu_mask(): making send_ipi_mask take the pointer
seemed the most natural way to ensure all implementations used
for_each_cpu.
Signed-off-by:
Rusty Russell <rusty@rustcorp.com.au>
Showing
- arch/mips/include/asm/smp-ops.h 1 addition, 1 deletionarch/mips/include/asm/smp-ops.h
- arch/mips/include/asm/smp.h 2 additions, 1 deletionarch/mips/include/asm/smp.h
- arch/mips/kernel/smp-cmp.c 2 additions, 2 deletionsarch/mips/kernel/smp-cmp.c
- arch/mips/kernel/smp-mt.c 2 additions, 2 deletionsarch/mips/kernel/smp-mt.c
- arch/mips/kernel/smp-up.c 2 additions, 1 deletionarch/mips/kernel/smp-up.c
- arch/mips/kernel/smp.c 1 addition, 1 deletionarch/mips/kernel/smp.c
- arch/mips/mipssim/sim_smtc.c 3 additions, 2 deletionsarch/mips/mipssim/sim_smtc.c
- arch/mips/mti-malta/malta-smtc.c 2 additions, 2 deletionsarch/mips/mti-malta/malta-smtc.c
- arch/mips/pmc-sierra/yosemite/smp.c 2 additions, 2 deletionsarch/mips/pmc-sierra/yosemite/smp.c
- arch/mips/sgi-ip27/ip27-smp.c 2 additions, 2 deletionsarch/mips/sgi-ip27/ip27-smp.c
- arch/mips/sibyte/bcm1480/smp.c 3 additions, 2 deletionsarch/mips/sibyte/bcm1480/smp.c
- arch/mips/sibyte/sb1250/smp.c 3 additions, 2 deletionsarch/mips/sibyte/sb1250/smp.c
Loading
Please register or sign in to comment