Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 223973
b: refs/heads/master
c: 74d91e3
h: refs/heads/master
i:
  223971: a7b6507
v: v3
  • Loading branch information
Huang Ying authored and Ingo Molnar committed Jan 5, 2011
1 parent e16669c commit e32b54a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 554ec063982752e9a569ab9189eeffa3d96731b2
refs/heads/master: 74d91e3c6a66359bb754fb5d8a5b54fb6ba2f9a6
8 changes: 5 additions & 3 deletions trunk/arch/x86/kernel/traps.c
Original file line number Diff line number Diff line change
Expand Up @@ -351,9 +351,11 @@ io_check_error(unsigned char reason, struct pt_regs *regs)
reason = (reason & 0xf) | 8;
outb(reason, 0x61);

i = 2000;
while (--i)
udelay(1000);
i = 20000;
while (--i) {
touch_nmi_watchdog();
udelay(100);
}

reason &= ~8;
outb(reason, 0x61);
Expand Down

0 comments on commit e32b54a

Please sign in to comment.