cpumask: arch_send_call_function_ipi_mask: parisc
authorRusty Russell <rusty@rustcorp.com.au>
Mon, 16 Mar 2009 03:49:37 +0000 (14:19 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 16 Mar 2009 03:49:37 +0000 (14:19 +1030)
commit91887a362984324e254473e92820758c8e658f78
tree6e35a78171e6c0df14fa70ab39368f08aa60056f
parent5bee17f18b595937e6beafeee5197868a3f74a06
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>
arch/parisc/include/asm/smp.h
arch/parisc/kernel/smp.c
This page took 0.035431 seconds and 5 git commands to generate.