cpumask: arch_send_call_function_ipi_mask: sh
authorRusty Russell <rusty@rustcorp.com.au>
Fri, 12 Jun 2009 13:02:35 +0000 (22:32 +0930)
committerPaul Mundt <lethal@linux-sh.org>
Sun, 14 Jun 2009 09:24:14 +0000 (18:24 +0900)
commit819807df6e60d415a73cd25038814dc9c88d376f
tree38ae820d660b33b6b3e3ef7c195e8659212defa0
parent0cb73f4c4667bec8648c32c11f728b81180720d9
cpumask: arch_send_call_function_ipi_mask: sh

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.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/include/asm/smp.h
arch/sh/kernel/smp.c