add-vmcore: add a prefix "VMCOREINFO_" to the vmcoreinfo macros
[pandora-kernel.git] / arch / x86 / kernel / machine_kexec_64.c
index e333ea1..7450b69 100644 (file)
@@ -261,8 +261,8 @@ early_param("crashkernel", setup_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
 }