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)
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>

No differences found