diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86_64/kernel/setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/kernel/setup.c b/arch/x86_64/kernel/setup.c index b8d5116d7371..fdb82658b1a1 100644 --- a/arch/x86_64/kernel/setup.c +++ b/arch/x86_64/kernel/setup.c | |||
@@ -823,7 +823,7 @@ void __init setup_arch(char **cmdline_p) | |||
823 | #endif | 823 | #endif |
824 | #ifdef CONFIG_KEXEC | 824 | #ifdef CONFIG_KEXEC |
825 | if (crashk_res.start != crashk_res.end) { | 825 | if (crashk_res.start != crashk_res.end) { |
826 | reserve_bootmem(crashk_res.start, | 826 | reserve_bootmem_generic(crashk_res.start, |
827 | crashk_res.end - crashk_res.start + 1); | 827 | crashk_res.end - crashk_res.start + 1); |
828 | } | 828 | } |
829 | #endif | 829 | #endif |