sh: flag smp_store_cpu_info() __cpuinit.
authorPaul Mundt <lethal@linux-sh.org>
Mon, 26 Apr 2010 09:55:01 +0000 (18:55 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Mon, 26 Apr 2010 09:55:01 +0000 (18:55 +0900)
commit1cfa1e8f2c824b131612c9a70b48433998237331
treeff86337fbc951f5faf0c83d5b46ef963ab4b265c
parent9715b8c7d55912fb6f5dd9b1c084d8eefcd0d848
sh: flag smp_store_cpu_info() __cpuinit.

smp_store_cpu_info() is presently flagged as __init, but is called by
start_secondary() which is __cpuinit, fix it up.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/kernel/smp.c