From: Michael Ellerman Date: Thu, 16 Apr 2009 04:47:32 +0000 (+0000) Subject: powerpc: Fix crash on CPU hotplug X-Git-Tag: v2.6.30-rc4~70^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24f1ce803c55f645429e6a7dd94763fbace84b0a;p=pandora-kernel.git 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 Signed-off-by: Michael Ellerman Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed