Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 32931
b: refs/heads/master
c: 1e86240
h: refs/heads/master
i:
  32929: 00437ed
  32927: ef213ca
v: v3
  • Loading branch information
Michal Schmidt authored and Linus Torvalds committed Jul 31, 2006
1 parent 0a7e925 commit 3392abc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0e1dfc66b6ec94984a4778132147a8aa36461d58
refs/heads/master: 1e86240f3fd33f8052141778ad3dffe2c96184d7
1 change: 1 addition & 0 deletions trunk/arch/i386/kernel/nmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -575,6 +575,7 @@ void touch_nmi_watchdog (void)
*/
touch_softlockup_watchdog();
}
EXPORT_SYMBOL(touch_nmi_watchdog);

extern void die_nmi(struct pt_regs *, const char *msg);

Expand Down
2 changes: 2 additions & 0 deletions trunk/drivers/ide/ide-iops.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
#include <linux/hdreg.h>
#include <linux/ide.h>
#include <linux/bitops.h>
#include <linux/nmi.h>

#include <asm/byteorder.h>
#include <asm/irq.h>
Expand Down Expand Up @@ -1243,6 +1244,7 @@ int ide_wait_not_busy(ide_hwif_t *hwif, unsigned long timeout)
if (stat == 0xff)
return -ENODEV;
touch_softlockup_watchdog();
touch_nmi_watchdog();
}
return -EBUSY;
}
Expand Down

0 comments on commit 3392abc

Please sign in to comment.