Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 99808
b: refs/heads/master
c: 6c8decd
h: refs/heads/master
v: v3
  • Loading branch information
Cyrill Gorcunov authored and Thomas Gleixner committed May 25, 2008
1 parent f689e2e commit 4dc4052
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: ad63ba169d45ccb6594eb35a6c31c421fe70ff45
refs/heads/master: 6c8decdf14b17d42f6eb817d310642f4d6598a19
2 changes: 1 addition & 1 deletion trunk/arch/x86/kernel/nmi_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ static int unknown_nmi_panic_callback(struct pt_regs *regs, int cpu)
char buf[64];

sprintf(buf, "NMI received for unknown reason %02x\n", reason);
die_nmi(buf, regs, 0);
die_nmi(buf, regs, 1); /* Always panic here */
return 0;
}

Expand Down

0 comments on commit 4dc4052

Please sign in to comment.