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 e8df64fad540..4a666cdccb68 100644
--- a/arch/x86/kernel/setup_64.c
+++ b/arch/x86/kernel/setup_64.c
@@ -243,7 +243,7 @@ static void __init reserve_crashkernel(void)
243 return; 243 return;
244 } 244 }
245 245
246 if (reserve_bootmem(crash_base, crash_size, 246 if (reserve_bootmem_generic(crash_base, crash_size,
247 BOOTMEM_EXCLUSIVE) < 0) { 247 BOOTMEM_EXCLUSIVE) < 0) {
248 printk(KERN_INFO "crashkernel reservation failed - " 248 printk(KERN_INFO "crashkernel reservation failed - "
249 "memory is in use\n"); 249 "memory is in use\n");