aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/kexec.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/kexec.c')
-rw-r--r--kernel/kexec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/kexec.c b/kernel/kexec.c
index b19181d44201..0b1f7e780d46 100644
--- a/kernel/kexec.c
+++ b/kernel/kexec.c
@@ -1577,7 +1577,7 @@ static int __init crash_save_vmcoreinfo_init(void)
1577 VMCOREINFO_SYMBOL(swapper_pg_dir); 1577 VMCOREINFO_SYMBOL(swapper_pg_dir);
1578#endif 1578#endif
1579 VMCOREINFO_SYMBOL(_stext); 1579 VMCOREINFO_SYMBOL(_stext);
1580 VMCOREINFO_SYMBOL(vmlist); 1580 VMCOREINFO_SYMBOL(vmap_area_list);
1581 1581
1582#ifndef CONFIG_NEED_MULTIPLE_NODES 1582#ifndef CONFIG_NEED_MULTIPLE_NODES
1583 VMCOREINFO_SYMBOL(mem_map); 1583 VMCOREINFO_SYMBOL(mem_map);