Re: [PATCH 1/4] powerpc/kexec: make masking/disabling interrupts generic

2010-10-07 Thread Kumar Gala
On Sep 16, 2010, at 5:58 PM, Matthew McClintock wrote: Right now just the kexec crash pathway turns turns off the interrupts. Pull that out and make a generic version for use elsewhere Signed-off-by: Matthew McClintock m...@freescale.com --- arch/powerpc/include/asm/kexec.h |1

[PATCH 1/4] powerpc/kexec: make masking/disabling interrupts generic

2010-09-16 Thread Matthew McClintock
Right now just the kexec crash pathway turns turns off the interrupts. Pull that out and make a generic version for use elsewhere Signed-off-by: Matthew McClintock m...@freescale.com --- arch/powerpc/include/asm/kexec.h |1 + arch/powerpc/kernel/crash.c| 13 +