diff options
Diffstat (limited to 'init/do_mounts_initrd.c')
-rw-r--r-- | init/do_mounts_initrd.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/init/do_mounts_initrd.c b/init/do_mounts_initrd.c index 5e4ded51788e..dfe606a7dd61 100644 --- a/init/do_mounts_initrd.c +++ b/init/do_mounts_initrd.c | |||
@@ -57,6 +57,9 @@ static void __init handle_initrd(void) | |||
57 | sys_mkdir("/old", 0700); | 57 | sys_mkdir("/old", 0700); |
58 | sys_chdir("/old"); | 58 | sys_chdir("/old"); |
59 | 59 | ||
60 | /* try loading default modules from initrd */ | ||
61 | load_default_modules(); | ||
62 | |||
60 | /* | 63 | /* |
61 | * In case that a resume from disk is carried out by linuxrc or one of | 64 | * In case that a resume from disk is carried out by linuxrc or one of |
62 | * its children, we need to tell the freezer not to wait for us. | 65 | * its children, we need to tell the freezer not to wait for us. |