[POWERPC] PS3: Kexec support
authorGeoff Levand <geoffrey.levand@am.sony.com>
Fri, 15 Jun 2007 21:19:32 +0000 (07:19 +1000)
committerPaul Mackerras <paulus@samba.org>
Thu, 28 Jun 2007 09:16:37 +0000 (19:16 +1000)
commit9263e85aa9e9d341ef238fffc040f586674d1709
tree51054ba00b9283f8c70125b87968a9bf3274a7f8
parent83bb643d0714b0006ab99dbd195ec51b55a97f4e
[POWERPC] PS3: Kexec support

Fixup the core platform parts needed for kexec to work on the PS3.
 - Setup ps3_hpte_clear correctly.
 - Mask interrupts on irq removal.
 - Release all hypervisor resources.
 - Create new routine ps3_shutdown_IRQ()

Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/platforms/ps3/htab.c
arch/powerpc/platforms/ps3/interrupt.c
arch/powerpc/platforms/ps3/platform.h
arch/powerpc/platforms/ps3/setup.c
arch/powerpc/platforms/ps3/smp.c