Stop the nand functions triggering false softlockup reports. Signed-off-by: Richard Purdie <[EMAIL PROTECTED]>
Index: linux-2.6.12/drivers/mtd/nand/nand_base.c =================================================================== --- linux-2.6.12.orig/drivers/mtd/nand/nand_base.c 2005-07-24 18:49:35.000000000 +0100 +++ linux-2.6.12/drivers/mtd/nand/nand_base.c 2005-07-25 09:31:51.000000000 +0100 @@ -526,6 +526,7 @@ do { if (this->dev_ready(mtd)) return; + touch_softlockup_watchdog(); } while (time_before(jiffies, timeo)); } - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/