vmcoreinfo: rename vmcoreinfo's macros returning the size
[linux-2.6-block.git] / arch / ia64 / kernel / machine_kexec.c
index d6cd45f4c6c79a5f7eebc90ad34f0810e469c72b..6e725eff271b917acb0a23f212974e29b9c4a3c9 100644 (file)
@@ -135,7 +135,7 @@ void arch_crash_save_vmcoreinfo(void)
 
        VMCOREINFO_SYMBOL(node_memblk);
        VMCOREINFO_LENGTH(node_memblk, NR_NODE_MEMBLKS);
-       VMCOREINFO_SIZE(node_memblk_s);
+       VMCOREINFO_STRUCT_SIZE(node_memblk_s);
        VMCOREINFO_OFFSET(node_memblk_s, start_paddr);
        VMCOREINFO_OFFSET(node_memblk_s, size);
 #endif