]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - init/do_mounts_initrd.c
init, block: try to load default elevator module early during boot
[karo-tx-linux.git] / init / do_mounts_initrd.c
index 5e4ded51788eb81f277c0b5674f5602730220df4..dfe606a7dd61abbdc289cb87bf5e8631b31a2e3f 100644 (file)
@@ -57,6 +57,9 @@ static void __init handle_initrd(void)
        sys_mkdir("/old", 0700);
        sys_chdir("/old");
 
+       /* try loading default modules from initrd */
+       load_default_modules();
+
        /*
         * In case that a resume from disk is carried out by linuxrc or one of
         * its children, we need to tell the freezer not to wait for us.