commit | 8fca92705ef462f39e7db5a0f7100bcaae91bfd3 | [log] [tgz] |
---|---|---|
author | Michael Ellerman <michael@ellerman.id.au> | Thu Feb 16 14:13:51 2006 +1100 |
committer | Paul Mackerras <paulus@samba.org> | Mon Feb 20 12:03:36 2006 +1100 |
tree | e9b4db50bb523b869616bcb5dcea763b34069f42 | |
parent | f018b36f3e1f21318066de8d01740d30e38b03d5 [diff] |
[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 <michael@ellerman.id.au> Signed-off-by: Paul Mackerras <paulus@samba.org>