Searched hist:"91887 a362984324e254473e92820758c8e658f78" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/arch/parisc/include/asm/ |
H A D | smp.h | diff 91887a362984324e254473e92820758c8e658f78 Sun Mar 15 22:49:37 CDT 2009 Rusty Russell <rusty@rustcorp.com.au> cpumask: arch_send_call_function_ipi_mask: parisc
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 change send_IPI_mask() and use the new for_each_cpu() iterator.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|
/openbmc/linux/arch/parisc/kernel/ |
H A D | smp.c | diff 91887a362984324e254473e92820758c8e658f78 Sun Mar 15 22:49:37 CDT 2009 Rusty Russell <rusty@rustcorp.com.au> cpumask: arch_send_call_function_ipi_mask: parisc
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 change send_IPI_mask() and use the new for_each_cpu() iterator.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
|