We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4a760f commit 7e620b5Copy full SHA for 7e620b5
include/linux/kexec.h
@@ -68,8 +68,6 @@ extern note_buf_t __percpu *crash_notes;
68
#define KEXEC_CRASH_MEM_ALIGN PAGE_SIZE
69
#endif
70
71
-#define KEXEC_CORE_NOTE_NAME CRASH_CORE_NOTE_NAME
72
-
73
/*
74
* This structure is used to hold the arguments that are used when loading
75
* kernel binaries.
include/linux/vmcore_info.h
@@ -6,7 +6,6 @@
6
#include <linux/elfcore.h>
7
#include <linux/elf.h>
8
9
-#define CRASH_CORE_NOTE_NAME "CORE"
10
#define CRASH_CORE_NOTE_HEAD_BYTES ALIGN(sizeof(struct elf_note), 4)
11
#define CRASH_CORE_NOTE_NAME_BYTES ALIGN(sizeof(NN_PRSTATUS), 4)
12
#define CRASH_CORE_NOTE_DESC_BYTES ALIGN(sizeof(struct elf_prstatus), 4)
0 commit comments