]> err.no Git - linux-2.6/blobdiff - arch/x86/kernel/machine_kexec_64.c
Merge branch 'for-linus' of git://oss.sgi.com:8090/xfs/xfs-2.6
[linux-2.6] / arch / x86 / kernel / machine_kexec_64.c
index 0d8577f0542257c325031d45693e7458622166ad..236d2f8f7ddcee15ed6e4575a5895f42845a2d8c 100644 (file)
@@ -233,7 +233,9 @@ NORET_TYPE void machine_kexec(struct kimage *image)
 
 void arch_crash_save_vmcoreinfo(void)
 {
-#ifdef CONFIG_ARCH_DISCONTIGMEM_ENABLE
+       VMCOREINFO_SYMBOL(init_level4_pgt);
+
+#ifdef CONFIG_NUMA
        VMCOREINFO_SYMBOL(node_data);
        VMCOREINFO_LENGTH(node_data, MAX_NUMNODES);
 #endif