aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/x86/kernel/setup_64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/setup_64.c b/arch/x86/kernel/setup_64.c
index 26d60cc0e370..ec65696ca2cd 100644
--- a/arch/x86/kernel/setup_64.c
+++ b/arch/x86/kernel/setup_64.c
@@ -244,7 +244,7 @@ static void __init reserve_crashkernel(void)
244 return; 244 return;
245 } 245 }
246 246
247 if (reserve_bootmem(crash_base, crash_size, 247 if (reserve_bootmem_generic(crash_base, crash_size,
248 BOOTMEM_EXCLUSIVE) < 0) { 248 BOOTMEM_EXCLUSIVE) < 0) {
249 printk(KERN_INFO "crashkernel reservation failed - " 249 printk(KERN_INFO "crashkernel reservation failed - "
250 "memory is in use\n"); 250 "memory is in use\n");