Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/linux...
[linux-2.6-microblaze.git] / arch / arm / kernel / setup.c
index 15eca80..b01cac0 100644 (file)
@@ -1010,7 +1010,8 @@ static void __init reserve_crashkernel(void)
 
        total_mem = get_total_mem();
        ret = parse_crashkernel(boot_command_line, total_mem,
-                               &crash_size, &crash_base);
+                               &crash_size, &crash_base,
+                               NULL, NULL);
        /* invalid value specified or crashkernel=0 */
        if (ret || !crash_size)
                return;