git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9715b8c
)
sh: flag smp_store_cpu_info() __cpuinit.
author
Paul Mundt
<lethal@linux-sh.org>
Mon, 26 Apr 2010 09:55:01 +0000
(18:55 +0900)
committer
Paul 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