aboutsummaryrefslogtreecommitdiff
path: root/include/asm-powerpc/kdump.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-powerpc/kdump.h')
-rw-r--r--include/asm-powerpc/kdump.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/include/asm-powerpc/kdump.h b/include/asm-powerpc/kdump.h
deleted file mode 100644
index a87aed00d61..00000000000
--- a/include/asm-powerpc/kdump.h
+++ /dev/null
@@ -1,13 +0,0 @@
-#ifndef _PPC64_KDUMP_H
-#define _PPC64_KDUMP_H
-
-/* How many bytes to reserve at zero for kdump. The reserve limit should
- * be greater or equal to the trampoline's end address. */
-#define KDUMP_RESERVE_LIMIT 0x8000
-
-#define KDUMP_TRAMPOLINE_START 0x0100
-#define KDUMP_TRAMPOLINE_END 0x3000
-
-extern void kdump_setup(void);
-
-#endif /* __PPC64_KDUMP_H */