]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit14d1fd41bcc8f7abfac0c93d9f9a9dbc0d8bdc3e
treefc7f926365fbdd86fa80b633add01ee4d2f71e18
parent5c922c8307de1640c5eadd1e6371470aab095a7b
[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