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:
9a2755c
)
x86: smpboot - wakeup_secondary should be done via __cpuinit section
author
Cyrill Gorcunov
<gorcunov@gmail.com>
Sat, 18 Apr 2009 19:45:28 +0000
(23:45 +0400)
committer
Ingo Molnar
<mingo@elte.hu>
Sun, 19 Apr 2009 08:22:14 +0000
(10:22 +0200)
A caller (do_boot_cpu) already has __cpuinit attribute.
Since HOTPLUG_CPU depends on SMP && HOTPLUG it doesn't
lead to panic at moment.
[ Impact: cleanup ]
Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
LKML-Reference: <
20090418194528
.GD25510@lenovo>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
No differences found