diff options
author | Anton Blanchard <anton@samba.org> | 2011-11-30 01:23:12 +0100 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2011-12-08 04:02:23 +0100 |
commit | 8c27474a252e84e8a71ae4a43e18f0193a08e3f7 (patch) | |
tree | 964b9fb538b6c77f6ffa1296078064898a1092fe /arch/powerpc/include/asm/kexec.h | |
parent | powerpc/kdump: Use setjmp/longjmp to handle kdump and system reset recursion (diff) | |
download | linux-8c27474a252e84e8a71ae4a43e18f0193a08e3f7.tar.xz linux-8c27474a252e84e8a71ae4a43e18f0193a08e3f7.zip |
powerpc: Cleanup crash/kexec code
Remove some unnecessary defines and fix some spelling mistakes.
Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/include/asm/kexec.h')
-rw-r--r-- | arch/powerpc/include/asm/kexec.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/kexec.h b/arch/powerpc/include/asm/kexec.h index 209ed8ba1637..16d7e33d35e9 100644 --- a/arch/powerpc/include/asm/kexec.h +++ b/arch/powerpc/include/asm/kexec.h @@ -49,7 +49,6 @@ #define KEXEC_STATE_REAL_MODE 2 #ifndef __ASSEMBLY__ -#include <linux/cpumask.h> #include <asm/reg.h> typedef void (*crash_shutdown_t)(void); |