drm/radeon: split ATRM support out from the ATPX handler (v3)
[deliverable/linux.git] / init / main.c
index eb72a5c4c8443a39c661de690ec704db02728483..e60679de61c3a050640554966d34542fcc13a7bd 100644 (file)
@@ -506,7 +506,7 @@ asmlinkage void __init start_kernel(void)
        setup_per_cpu_areas();
        smp_prepare_boot_cpu(); /* arch-specific boot-cpu hooks */
 
-       build_all_zonelists(NULL);
+       build_all_zonelists(NULL, NULL);
        page_alloc_init();
 
        printk(KERN_NOTICE "Kernel command line: %s\n", boot_command_line);
@@ -725,6 +725,7 @@ static initcall_t *initcall_levels[] __initdata = {
        __initcall_end,
 };
 
+/* Keep these in sync with initcalls in include/linux/init.h */
 static char *initcall_level_names[] __initdata = {
        "early",
        "core",
This page took 0.03758 seconds and 5 git commands to generate.