diff options
Diffstat (limited to 'kernel/crash_dump.c')
-rw-r--r-- | kernel/crash_dump.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/kernel/crash_dump.c b/kernel/crash_dump.c index 5a1e6d5d203e..10b966c3744c 100644 --- a/kernel/crash_dump.c +++ b/kernel/crash_dump.c | |||
@@ -15,6 +15,9 @@ | |||
15 | #include <asm/io.h> | 15 | #include <asm/io.h> |
16 | #include <asm/uaccess.h> | 16 | #include <asm/uaccess.h> |
17 | 17 | ||
18 | /* Stores the physical address of elf header of crash image. */ | ||
19 | unsigned long long elfcorehdr_addr; | ||
20 | |||
18 | /* | 21 | /* |
19 | * Copy a page from "oldmem". For this page, there is no pte mapped | 22 | * Copy a page from "oldmem". For this page, there is no pte mapped |
20 | * in the current kernel. We stitch up a pte, similar to kmap_atomic. | 23 | * in the current kernel. We stitch up a pte, similar to kmap_atomic. |