summaryrefslogtreecommitdiff
path: root/arch/powerpc/include/asm/crash_reserve.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/include/asm/crash_reserve.h')
-rw-r--r--arch/powerpc/include/asm/crash_reserve.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/powerpc/include/asm/crash_reserve.h b/arch/powerpc/include/asm/crash_reserve.h
new file mode 100644
index 000000000000..6467ce29b1fa
--- /dev/null
+++ b/arch/powerpc/include/asm/crash_reserve.h
@@ -0,0 +1,8 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+#ifndef _ASM_POWERPC_CRASH_RESERVE_H
+#define _ASM_POWERPC_CRASH_RESERVE_H
+
+/* crash kernel regions are Page size agliged */
+#define CRASH_ALIGN PAGE_SIZE
+
+#endif /* _ASM_POWERPC_CRASH_RESERVE_H */