]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - include/linux/crash_core.h
kdump: write correct address of mem_section into vmcoreinfo
[mirror_ubuntu-artful-kernel.git] / include / linux / crash_core.h
index 2df2118fbe13568c66bc93f5f249d6b9bc39f7b2..b1c889225e9a8d70892b2b84b1f6542266e1b482 100644 (file)
@@ -41,6 +41,8 @@ phys_addr_t paddr_vmcoreinfo_note(void);
        vmcoreinfo_append_str("PAGESIZE=%ld\n", value)
 #define VMCOREINFO_SYMBOL(name) \
        vmcoreinfo_append_str("SYMBOL(%s)=%lx\n", #name, (unsigned long)&name)
+#define VMCOREINFO_SYMBOL_ARRAY(name) \
+       vmcoreinfo_append_str("SYMBOL(%s)=%lx\n", #name, (unsigned long)name)
 #define VMCOREINFO_SIZE(name) \
        vmcoreinfo_append_str("SIZE(%s)=%lu\n", #name, \
                              (unsigned long)sizeof(name))