diff options
Diffstat (limited to 'include/linux/kexec.h')
-rw-r--r-- | include/linux/kexec.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/linux/kexec.h b/include/linux/kexec.h index 406c33dcae13..d7437777baaa 100644 --- a/include/linux/kexec.h +++ b/include/linux/kexec.h | |||
@@ -259,12 +259,6 @@ phys_addr_t paddr_vmcoreinfo_note(void); | |||
259 | vmcoreinfo_append_str("NUMBER(%s)=%ld\n", #name, (long)name) | 259 | vmcoreinfo_append_str("NUMBER(%s)=%ld\n", #name, (long)name) |
260 | #define VMCOREINFO_CONFIG(name) \ | 260 | #define VMCOREINFO_CONFIG(name) \ |
261 | vmcoreinfo_append_str("CONFIG_%s=y\n", #name) | 261 | vmcoreinfo_append_str("CONFIG_%s=y\n", #name) |
262 | #define VMCOREINFO_PAGE_OFFSET(value) \ | ||
263 | vmcoreinfo_append_str("PAGE_OFFSET=%lx\n", (unsigned long)value) | ||
264 | #define VMCOREINFO_VMALLOC_START(value) \ | ||
265 | vmcoreinfo_append_str("VMALLOC_START=%lx\n", (unsigned long)value) | ||
266 | #define VMCOREINFO_VMEMMAP_START(value) \ | ||
267 | vmcoreinfo_append_str("VMEMMAP_START=%lx\n", (unsigned long)value) | ||
268 | 262 | ||
269 | extern struct kimage *kexec_image; | 263 | extern struct kimage *kexec_image; |
270 | extern struct kimage *kexec_crash_image; | 264 | extern struct kimage *kexec_crash_image; |