diff options
Diffstat (limited to 'arch/powerpc/include/asm/kdump.h')
| -rw-r--r-- | arch/powerpc/include/asm/kdump.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/powerpc/include/asm/kdump.h b/arch/powerpc/include/asm/kdump.h index a503da9d56f..b07ebb9784d 100644 --- a/arch/powerpc/include/asm/kdump.h +++ b/arch/powerpc/include/asm/kdump.h | |||
| @@ -9,12 +9,6 @@ | |||
| 9 | * Reserve to the end of the FWNMI area, see head_64.S */ | 9 | * Reserve to the end of the FWNMI area, see head_64.S */ |
| 10 | #define KDUMP_RESERVE_LIMIT 0x10000 /* 64K */ | 10 | #define KDUMP_RESERVE_LIMIT 0x10000 /* 64K */ |
| 11 | 11 | ||
| 12 | /* | ||
| 13 | * Used to differentiate between relocatable kdump kernel and other | ||
| 14 | * kernels | ||
| 15 | */ | ||
| 16 | #define KDUMP_SIGNATURE 0xfeed1234 | ||
| 17 | |||
| 18 | #ifdef CONFIG_CRASH_DUMP | 12 | #ifdef CONFIG_CRASH_DUMP |
| 19 | 13 | ||
| 20 | #define KDUMP_TRAMPOLINE_START 0x0100 | 14 | #define KDUMP_TRAMPOLINE_START 0x0100 |
| @@ -26,8 +20,6 @@ | |||
| 26 | 20 | ||
| 27 | #ifndef __ASSEMBLY__ | 21 | #ifndef __ASSEMBLY__ |
| 28 | 22 | ||
| 29 | extern unsigned long __kdump_flag; | ||
| 30 | |||
| 31 | #if defined(CONFIG_CRASH_DUMP) && !defined(CONFIG_RELOCATABLE) | 23 | #if defined(CONFIG_CRASH_DUMP) && !defined(CONFIG_RELOCATABLE) |
| 32 | extern void reserve_kdump_trampoline(void); | 24 | extern void reserve_kdump_trampoline(void); |
| 33 | extern void setup_kdump_trampoline(void); | 25 | extern void setup_kdump_trampoline(void); |
