Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information