diff options
-rw-r--r-- | arch/ia64/kernel/machine_kexec.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/ia64/kernel/machine_kexec.c b/arch/ia64/kernel/machine_kexec.c index 0dd3b2394cdd..d6cd45f4c6c7 100644 --- a/arch/ia64/kernel/machine_kexec.c +++ b/arch/ia64/kernel/machine_kexec.c | |||
@@ -17,6 +17,8 @@ | |||
17 | #include <linux/efi.h> | 17 | #include <linux/efi.h> |
18 | #include <linux/numa.h> | 18 | #include <linux/numa.h> |
19 | #include <linux/mmzone.h> | 19 | #include <linux/mmzone.h> |
20 | |||
21 | #include <asm/numa.h> | ||
20 | #include <asm/mmu_context.h> | 22 | #include <asm/mmu_context.h> |
21 | #include <asm/setup.h> | 23 | #include <asm/setup.h> |
22 | #include <asm/delay.h> | 24 | #include <asm/delay.h> |
@@ -127,7 +129,7 @@ void machine_kexec(struct kimage *image) | |||
127 | 129 | ||
128 | void arch_crash_save_vmcoreinfo(void) | 130 | void arch_crash_save_vmcoreinfo(void) |
129 | { | 131 | { |
130 | #ifdef CONFIG_ARCH_DISCONTIGMEM_ENABLE | 132 | #if defined(CONFIG_ARCH_DISCONTIGMEM_ENABLE) && defined(CONFIG_NUMA) |
131 | VMCOREINFO_SYMBOL(pgdat_list); | 133 | VMCOREINFO_SYMBOL(pgdat_list); |
132 | VMCOREINFO_LENGTH(pgdat_list, MAX_NUMNODES); | 134 | VMCOREINFO_LENGTH(pgdat_list, MAX_NUMNODES); |
133 | 135 | ||