x86: fix software raid autodetection on boot (patch from #6548 by Pieter "Fate" Hollants)

SVN-Revision: 19261
owl
Felix Fietkau 2010-01-21 23:46:22 +00:00
parent 9237420b79
commit 64016fb476
2 changed files with 2 additions and 2 deletions

View File

@ -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();
}

View File

@ -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();
}