|
@@ -501,13 +501,11 @@ static void __init memblock_x86_reserve_range_setup_data(void)
|
|
|
/*
|
|
|
* Keep the crash kernel below this limit. On 32 bits earlier kernels
|
|
|
* would limit the kernel to the low 512 MiB due to mapping restrictions.
|
|
|
- * On 64 bits, kexec-tools currently limits us to 896 MiB; increase this
|
|
|
- * limit once kexec-tools are fixed.
|
|
|
*/
|
|
|
#ifdef CONFIG_X86_32
|
|
|
# define CRASH_KERNEL_ADDR_MAX (512 << 20)
|
|
|
#else
|
|
|
-# define CRASH_KERNEL_ADDR_MAX (896 << 20)
|
|
|
+# define CRASH_KERNEL_ADDR_MAX MAXMEM
|
|
|
#endif
|
|
|
|
|
|
static void __init reserve_crashkernel(void)
|