diff options
Diffstat (limited to 'init')
-rw-r--r-- | init/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/init/main.c b/init/main.c index a12548c93318..e82171b99874 100644 --- a/init/main.c +++ b/init/main.c | |||
@@ -143,7 +143,7 @@ EXPORT_SYMBOL_GPL(static_key_initialized); | |||
143 | * rely on the BIOS and skip the reset operation. | 143 | * rely on the BIOS and skip the reset operation. |
144 | * | 144 | * |
145 | * This is useful if kernel is booting in an unreliable environment. | 145 | * This is useful if kernel is booting in an unreliable environment. |
146 | * For ex. kdump situaiton where previous kernel has crashed, BIOS has been | 146 | * For ex. kdump situation where previous kernel has crashed, BIOS has been |
147 | * skipped and devices will be in unknown state. | 147 | * skipped and devices will be in unknown state. |
148 | */ | 148 | */ |
149 | unsigned int reset_devices; | 149 | unsigned int reset_devices; |
@@ -655,8 +655,8 @@ asmlinkage __visible void __init start_kernel(void) | |||
655 | page_writeback_init(); | 655 | page_writeback_init(); |
656 | proc_root_init(); | 656 | proc_root_init(); |
657 | nsfs_init(); | 657 | nsfs_init(); |
658 | cgroup_init(); | ||
659 | cpuset_init(); | 658 | cpuset_init(); |
659 | cgroup_init(); | ||
660 | taskstats_init_early(); | 660 | taskstats_init_early(); |
661 | delayacct_init(); | 661 | delayacct_init(); |
662 | 662 | ||