[POWERPC] Make smp_call_function_map static
authorOlof Johansson <olof@lixom.net>
Fri, 28 Dec 2007 04:08:36 +0000 (15:08 +1100)
committerPaul Mackerras <paulus@samba.org>
Fri, 25 Jan 2008 11:52:49 +0000 (22:52 +1100)
commitb616de5ef928ac1914348ff6a42521ca6b83112e
treea57b5238509272287792807da2ede6992f3f7186
parentdcb571be2019ae677bc5ed64437dbc87ae1eb67f
[POWERPC] Make smp_call_function_map static

smp_call_function_map should be static, and for consistency prepend it
with __ like other local helper functions in the same file.

Signed-off-by: Olof Johansson <olof@lixom.net>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/kernel/smp.c