diff options
Diffstat (limited to 'arch/ia64/kernel/crash.c')
-rw-r--r-- | arch/ia64/kernel/crash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ia64/kernel/crash.c b/arch/ia64/kernel/crash.c index 3d51a3f77017..aeb79fb28f0b 100644 --- a/arch/ia64/kernel/crash.c +++ b/arch/ia64/kernel/crash.c | |||
@@ -74,7 +74,7 @@ crash_save_this_cpu(void) | |||
74 | buf = (u64 *) per_cpu_ptr(crash_notes, cpu); | 74 | buf = (u64 *) per_cpu_ptr(crash_notes, cpu); |
75 | if (!buf) | 75 | if (!buf) |
76 | return; | 76 | return; |
77 | buf = append_elf_note(buf, "CORE", NT_PRSTATUS, prstatus, | 77 | buf = append_elf_note(buf, KEXEC_CORE_NOTE_NAME, NT_PRSTATUS, prstatus, |
78 | sizeof(*prstatus)); | 78 | sizeof(*prstatus)); |
79 | final_note(buf); | 79 | final_note(buf); |
80 | } | 80 | } |