diff --git a/[refs] b/[refs] index 4e7c3a936441..f8561b1c3774 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 7d7f98488b203cbf78538698cf5d937f670d96d3 +refs/heads/master: d034cfab4f7b9e768c5c1caaa56c5bd4805d2b92 diff --git a/trunk/kernel/kexec.c b/trunk/kernel/kexec.c index a6a675cb9818..769e347c5196 100644 --- a/trunk/kernel/kexec.c +++ b/trunk/kernel/kexec.c @@ -1462,7 +1462,9 @@ static int __init crash_save_vmcoreinfo_init(void) VMCOREINFO_SYMBOL(init_uts_ns); VMCOREINFO_SYMBOL(node_online_map); +#ifdef CONFIG_MMU VMCOREINFO_SYMBOL(swapper_pg_dir); +#endif VMCOREINFO_SYMBOL(_stext); VMCOREINFO_SYMBOL(vmlist);