summaryrefslogtreecommitdiff
path: root/kexec/arch/mips/crashdump-mips.h
diff options
context:
space:
mode:
Diffstat (limited to 'kexec/arch/mips/crashdump-mips.h')
-rw-r--r--kexec/arch/mips/crashdump-mips.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/kexec/arch/mips/crashdump-mips.h b/kexec/arch/mips/crashdump-mips.h
index 7edd859..55c9925 100644
--- a/kexec/arch/mips/crashdump-mips.h
+++ b/kexec/arch/mips/crashdump-mips.h
@@ -13,6 +13,8 @@ int load_crashdump_segments(struct kexec_info *info, char *mod_cmdline,
#endif
#define __pa(x) ((unsigned long)(X) & 0x7fffffff)
+#define LOONGSON_PAGE_OFFSET 0xffffffff80000000ULL
+#define OCTEON_PAGE_OFFSET 0x8000000000000000ULL
#define CRASH_MAX_MEMMAP_NR (KEXEC_MAX_SEGMENTS + 1)
#define CRASH_MAX_MEMORY_RANGES (MAX_MEMORY_RANGES + 2)