From: Ingo Molnar (akpm: we don't know if this works yet - Rogio was going to test it?) Signed-off-by: Ingo Molnar Cc: Bartlomiej Zolnierkiewicz Cc: Alan Cox Cc: Rogio Brito Signed-off-by: Andrew Morton --- drivers/ide/ide-iops.c | 1 + 1 files changed, 1 insertion(+) diff -puN drivers/ide/ide-iops.c~solve-false-positive-soft-lockup-messages-during-ide-init drivers/ide/ide-iops.c --- 25/drivers/ide/ide-iops.c~solve-false-positive-soft-lockup-messages-during-ide-init Tue Nov 22 15:04:41 2005 +++ 25-akpm/drivers/ide/ide-iops.c Tue Nov 22 15:04:41 2005 @@ -1243,6 +1243,7 @@ int ide_wait_not_busy(ide_hwif_t *hwif, */ if (stat == 0xff) return -ENODEV; + touch_softlockup_watchdog(); } return -EBUSY; } _