From: Michael Ellerman Date: Thu, 16 Feb 2006 03:13:51 +0000 (+1100) Subject: [PATCH] powerpc: Make UP -> SMP kexec work again X-Git-Tag: v2.6.16-rc5~72^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8fca92705ef462f39e7db5a0f7100bcaae91bfd3;p=pandora-kernel.git [PATCH] powerpc: Make UP -> SMP kexec work again For UP to SMP kexec to work we need to jump into pSeries_secondary_smp_init event on a UP + KEXEC kernel. The secondary cpus will not find their hw_cpu_id in the paca and so they'll jump into kexec_wait, ready for a kexec. Signed-off-by: Michael Ellerman Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed