Browse Source

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

SVN-Revision: 19261
Felix Fietkau 16 years ago
parent
commit
64016fb476

+ 1 - 1
target/linux/x86/patches-2.6.30/300-block2mtd_init.patch

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

+ 1 - 1
target/linux/x86/patches-2.6.31/300-block2mtd_init.patch

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