[PATCH] smp_call_function_single() cleanup
authorAndrew Morton <akpm@osdl.org>
Tue, 26 Sep 2006 06:32:33 +0000 (23:32 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 26 Sep 2006 15:48:56 +0000 (08:48 -0700)
commita3bc0dbc81d36fd38991b4373f6de8e1a507605a
treefc7f926365fbdd86fa80b633add01ee4d2f71e18
parenteaa70773e750cc09d60938bceacd028bc76b8e3a
[PATCH] smp_call_function_single() cleanup

If we're going to implement smp_call_function_single() on three architecture
with the same prototype then it should have a declaration in a
non-arch-specific header file.

Move it into <linux/smp.h>.

Cc: Stephane Eranian <eranian@hpl.hp.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/i386/kernel/smp.c
arch/ia64/kernel/perfmon.c
arch/ia64/sn/kernel/sn2/sn_hwperf.c
arch/x86_64/kernel/smpboot.c
include/asm-ia64/smp.h
include/asm-x86_64/smp.h
include/linux/smp.h