]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/x86/kernel/machine_kexec_32.c
add-vmcore: add a prefix "VMCOREINFO_" to the vmcoreinfo macros
[linux-2.6-omap-h63xx.git] / arch / x86 / kernel / machine_kexec_32.c
index ae20fa5afa62ebce80fd4b710300960db3a48e72..8459ca64bc2f9c089acca975de93434d57ad065f 100644 (file)
@@ -174,11 +174,11 @@ early_param("crashkernel", parse_crashkernel);
 void arch_crash_save_vmcoreinfo(void)
 {
 #ifdef CONFIG_ARCH_DISCONTIGMEM_ENABLE
-       SYMBOL(node_data);
-       LENGTH(node_data, MAX_NUMNODES);
+       VMCOREINFO_SYMBOL(node_data);
+       VMCOREINFO_LENGTH(node_data, MAX_NUMNODES);
 #endif
 #ifdef CONFIG_X86_PAE
-       CONFIG(X86_PAE);
+       VMCOREINFO_CONFIG(X86_PAE);
 #endif
 }