diff options
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/crash_dump.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/crash_dump.c b/kernel/crash_dump.c index 10b966c..459ba49 100644 --- a/kernel/crash_dump.c +++ b/kernel/crash_dump.c @@ -16,7 +16,7 @@ #include <asm/uaccess.h> /* Stores the physical address of elf header of crash image. */ -unsigned long long elfcorehdr_addr; +unsigned long long elfcorehdr_addr = ELFCORE_ADDR_MAX; /* * Copy a page from "oldmem". For this page, there is no pte mapped |