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

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19261 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Felix Fietkau 2010-01-21 23:46:22 +00:00
parent 2dedf7dcbd
commit 8cf8f93092
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();
}