alistair23-linux/arch/mips/mipssim
Rusty Russell 48a048fed8 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>
2009-09-24 09:34:45 +09:30
..
Makefile [MIPS] SMP: Call platform methods via ops structure. 2008-01-29 10:14:57 +00:00
sim_cmdline.c [MIPS] MIPSsim: Fix booting from NFS root 2007-10-16 18:23:49 +01:00
sim_console.c
sim_int.c [MIPS] Fix "no space between function name and open parenthesis" warnings. 2007-10-11 23:46:15 +01:00
sim_mem.c [MIPS] Fix "no space between function name and open parenthesis" warnings. 2007-10-11 23:46:15 +01:00
sim_platform.c
sim_setup.c MIPS: Remove useless zero initializations. 2009-09-17 20:07:51 +02:00
sim_smtc.c cpumask: arch_send_call_function_ipi_mask: mips 2009-09-24 09:34:45 +09:30
sim_time.c MIPS: MIPSsim: Fix unbalance brace in mipssim get_c0_compare_int() 2009-08-03 17:52:41 +01:00