Pull altix-fpga-reset into release branch
[powerpc.git] / drivers / mtd / nand / nand_base.c
index eee5115..04e5431 100644 (file)
@@ -526,6 +526,7 @@ static void nand_wait_ready(struct mtd_info *mtd)
        do {
                if (this->dev_ready(mtd))
                        return;
+               touch_softlockup_watchdog();
        } while (time_before(jiffies, timeo));  
 }