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:
4fe15ba
)
[ARM] Don't call dump_cpu_info unless we're booting
author
Russell King
<rmk@dyn-67.arm.linux.org.uk>
Sun, 6 Nov 2005 19:49:21 +0000
(19:49 +0000)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Sun, 6 Nov 2005 19:49:21 +0000
(19:49 +0000)
We don't want to call dump_cpu_info() from cpu_init() after boot since
it produces a lot of unnecessary noise - since cpu_init() gets called
on resume and hotplug cpu insertion events.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
No differences found