]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - arch/x86/kernel/setup.c
Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux.git] / arch / x86 / kernel / setup.c
index f818236950140fa0e3ccfc013e31857676db4f77..65622f07e633563725810d19616efdaa1b176f02 100644 (file)
@@ -503,7 +503,7 @@ static int __init reserve_crashkernel_low(void)
                        return 0;
        }
 
-       low_base = memblock_find_in_range(low_size, 1ULL << 32, low_size, CRASH_ALIGN);
+       low_base = memblock_find_in_range(0, 1ULL << 32, low_size, CRASH_ALIGN);
        if (!low_base) {
                pr_err("Cannot reserve %ldMB crashkernel low memory, please try smaller size.\n",
                       (unsigned long)(low_size >> 20));