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:
5bd3ef8
)
powerpc: Fix crash on CPU hotplug
author
Michael Ellerman
<michael@ellerman.id.au>
Thu, 16 Apr 2009 04:47:32 +0000
(
04:47
+0000)
committer
Paul Mackerras
<paulus@samba.org>
Wed, 22 Apr 2009 04:56:34 +0000
(14:56 +1000)
early_init_mmu_secondary() is called at CPU hotplug time, so it
must be marked as __cpuinit, not __init.
Caused by
757c74d2
("powerpc/mm: Introduce early_init_mmu() on 64-bit").
Tested-by: Sachin Sant <sachinp@in.ibm.com>
Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
No differences found