diff options
Diffstat (limited to 'arch/x86/kernel/machine_kexec_64.c')
-rw-r--r-- | arch/x86/kernel/machine_kexec_64.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/kernel/machine_kexec_64.c b/arch/x86/kernel/machine_kexec_64.c index e333ea110a58..7450b69710b5 100644 --- a/arch/x86/kernel/machine_kexec_64.c +++ b/arch/x86/kernel/machine_kexec_64.c | |||
@@ -261,8 +261,8 @@ early_param("crashkernel", setup_crashkernel); | |||
261 | void arch_crash_save_vmcoreinfo(void) | 261 | void arch_crash_save_vmcoreinfo(void) |
262 | { | 262 | { |
263 | #ifdef CONFIG_ARCH_DISCONTIGMEM_ENABLE | 263 | #ifdef CONFIG_ARCH_DISCONTIGMEM_ENABLE |
264 | SYMBOL(node_data); | 264 | VMCOREINFO_SYMBOL(node_data); |
265 | LENGTH(node_data, MAX_NUMNODES); | 265 | VMCOREINFO_LENGTH(node_data, MAX_NUMNODES); |
266 | #endif | 266 | #endif |
267 | } | 267 | } |
268 | 268 | ||