cpumask: arch_send_call_function_ipi_mask: core
authorRusty Russell <rusty@rustcorp.com.au>
Mon, 29 Dec 2008 22:35:17 +0000 (09:05 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 29 Dec 2008 22:35:17 +0000 (09:05 +1030)
commitce47d974f71af26d00832e83a43ac79bec272d99
treeeb2434bd6f6afefcfb1ec4b03c0886f371b81067
parent54b11e6d57a10aa9d0009efd93873e17bffd5d30
cpumask: arch_send_call_function_ipi_mask: core

Impact: new API to reduce stack usage

We're weaning the core code off handing cpumask's around on-stack.
This introduces arch_send_call_function_ipi_mask().

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
kernel/smp.c