Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 263992
b: refs/heads/master
c: dbc018e
h: refs/heads/master
v: v3
  • Loading branch information
Naga Chumbalkar authored and Wim Van Sebroeck committed Sep 20, 2011
1 parent 7b2be30 commit fe2f3cd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 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: cb7efc02c6dbc3bfe9d5d1509ed790fc757e05a9
refs/heads/master: dbc018eca386b4e2670fc3116feada19f3db664c
9 changes: 5 additions & 4 deletions trunk/drivers/watchdog/hpwdt.c
Original file line number Diff line number Diff line change
Expand Up @@ -494,15 +494,16 @@ static int hpwdt_pretimeout(struct notifier_block *nb, unsigned long ulReason,
asminline_call(&cmn_regs, cru_rom_addr);
die_nmi_called = 1;
spin_unlock_irqrestore(&rom_lock, rom_pl);

if (allow_kdump)
hpwdt_stop();

if (!is_icru) {
if (cmn_regs.u1.ral == 0) {
printk(KERN_WARNING "hpwdt: An NMI occurred, "
panic("An NMI occurred, "
"but unable to determine source.\n");
}
}

if (allow_kdump)
hpwdt_stop();
panic("An NMI occurred, please see the Integrated "
"Management Log for details.\n");

Expand Down

0 comments on commit fe2f3cd

Please sign in to comment.