[PATCH] solve false-positive soft lockup messages during IDE init
authorIngo Molnar <[email protected]>
Fri, 3 Feb 2006 11:04:55 +0000 (03:04 -0800)
committerLinus Torvalds <[email protected]>
Fri, 3 Feb 2006 16:32:12 +0000 (08:32 -0800)
Signed-off-by: Ingo Molnar <[email protected]>
Acked-by: Bartlomiej Zolnierkiewicz <[email protected]>
Cc: Alan Cox <[email protected]>
Cc: Rogio Brito <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/ide/ide-iops.c

index af7af958ab3e4f83d5df42d8fd783b4bc48e674f..b72dde70840a797f3279021aecd4b080491e2663 100644 (file)
@@ -1243,6 +1243,7 @@ int ide_wait_not_busy(ide_hwif_t *hwif, unsigned long timeout)
                 */
                if (stat == 0xff)
                        return -ENODEV;
+               touch_softlockup_watchdog();
        }
        return -EBUSY;
 }