From: Michael Ellerman Date: Thu, 8 Feb 2007 07:33:55 +0000 (+1100) Subject: [POWERPC] Cleanup pseries kexec code X-Git-Tag: v2.6.21-rc1~273^2~3^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dce623e0827e8d0ad60ce7f385c3394bf1b0bae0;p=pandora-kernel.git [POWERPC] Cleanup pseries kexec code Move all the pseries kexec code into one file, platforms/pseries/kexec.c Provide helpers for setting up ppc_md.kexec_cpu_down, so that we don't have to have #ifdef CONFIG_KEXEC in setup.c Move the initialisation of the ppc_md kexec callbacks into an init routine. This is well and truly early enough to cause no change in behaviour, we can't kexec until userspace has given us a kernel to kexec into. Signed-off-by: Michael Ellerman Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed