commit | 24f1ce803c55f645429e6a7dd94763fbace84b0a | [log] [tgz] |
---|---|---|
author | Michael Ellerman <michael@ellerman.id.au> | Thu Apr 16 04:47:32 2009 +0000 |
committer | Paul Mackerras <paulus@samba.org> | Wed Apr 22 14:56:34 2009 +1000 |
tree | 0f80fc2e3699845379437780c793850bc59e37aa | |
parent | 5bd3ef84d73c2ea7b4babbad060909753c4828d4 [diff] |
powerpc: Fix crash on CPU hotplug 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>