x86: fix software raid autodetection on boot (patch from #6548 by Pieter "Fate" Hollants)
SVN-Revision: 19261
This commit is contained in:
@@ -202,8 +202,8 @@
|
||||
+ }
|
||||
+ while (driver_probe_done() != 0)
|
||||
+ msleep(100);
|
||||
+ md_run_setup();
|
||||
+ do_initcalls(__root_initcall_start, __root_initcall_end);
|
||||
+ md_run_setup();
|
||||
+ prepare_namespace();
|
||||
}
|
||||
|
||||
|
||||
@@ -202,8 +202,8 @@
|
||||
+ }
|
||||
+ while (driver_probe_done() != 0)
|
||||
+ msleep(100);
|
||||
+ md_run_setup();
|
||||
+ do_initcalls(__root_initcall_start, __root_initcall_end);
|
||||
+ md_run_setup();
|
||||
+ prepare_namespace();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user