• Andrew Morton's avatar
    [PATCH] run populate_rootfs() before initcalls · 25714ddf
    Andrew Morton authored
    I moved this a little too late - we need to run populate_rootfs() before
    running initcalls because some driver initcalls need to open files for
    firmware.
    
    The populate_rootfs() call is still coming after init_idle(), so it won't
    knock the scheduler over.
    25714ddf
main.c 14.9 KB