Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 109867
b: refs/heads/master
c: 3d431a7
h: refs/heads/master
i:
  109865: 1666b17
  109863: 690e508
v: v3
  • Loading branch information
Manfred Spraul authored and Haavard Skinnemoen committed Sep 19, 2008
1 parent 1ac8140 commit 4b5b08b
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 73d4393d1df4ff3892b040396f101ede94e9e846
refs/heads/master: 3d431a742728e6b619ce57a030a92d228c13d1d2
8 changes: 4 additions & 4 deletions trunk/arch/avr32/kernel/traps.c
Original file line number Diff line number Diff line change
Expand Up @@ -116,15 +116,15 @@ asmlinkage void do_nmi(unsigned long ecr, struct pt_regs *regs)
switch (ret) {
case NOTIFY_OK:
case NOTIFY_STOP:
return;
break;
case NOTIFY_BAD:
die("Fatal Non-Maskable Interrupt", regs, SIGINT);
default:
printk(KERN_ALERT "Got NMI, but nobody cared. Disabling...\n");
nmi_disable();
break;
}

printk(KERN_ALERT "Got NMI, but nobody cared. Disabling...\n");
nmi_disable();
nmi_exit();
}

asmlinkage void do_critical_exception(unsigned long ecr, struct pt_regs *regs)
Expand Down

0 comments on commit 4b5b08b

Please sign in to comment.