From 64016fb476ddbcf3e3de07612c1f6e43982e0527 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 21 Jan 2010 23:46:22 +0000 Subject: [PATCH] x86: fix software raid autodetection on boot (patch from #6548 by Pieter "Fate" Hollants) SVN-Revision: 19261 --- target/linux/x86/patches-2.6.30/300-block2mtd_init.patch | 2 +- target/linux/x86/patches-2.6.31/300-block2mtd_init.patch | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/target/linux/x86/patches-2.6.30/300-block2mtd_init.patch b/target/linux/x86/patches-2.6.30/300-block2mtd_init.patch index c09432e282..fdfb9d0170 100644 --- a/target/linux/x86/patches-2.6.30/300-block2mtd_init.patch +++ b/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(); } diff --git a/target/linux/x86/patches-2.6.31/300-block2mtd_init.patch b/target/linux/x86/patches-2.6.31/300-block2mtd_init.patch index 649bee33a2..3e6ff602d8 100644 --- a/target/linux/x86/patches-2.6.31/300-block2mtd_init.patch +++ b/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(); } -- 2.30.2