Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 64513
b: refs/heads/master
c: 34412c7
h: refs/heads/master
i:
  64511: c3008c1
v: v3
  • Loading branch information
Thiemo Seufer authored and Ralf Baechle committed Aug 27, 2007
1 parent 9a3e387 commit d8c7eff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 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: 97ce9a8d6c9b50ea38f45d05a73fded2e0701ddf
refs/heads/master: 34412c7231f513283ab501eea41774b4ae623dcc
10 changes: 1 addition & 9 deletions trunk/arch/mips/kernel/traps.c
Original file line number Diff line number Diff line change
Expand Up @@ -1035,19 +1035,11 @@ void ejtag_exception_handler(struct pt_regs *regs)
/*
* NMI exception handler.
*/
void nmi_exception_handler(struct pt_regs *regs)
NORET_TYPE void ATTRIB_NORET nmi_exception_handler(struct pt_regs *regs)
{
#ifdef CONFIG_MIPS_MT_SMTC
unsigned long dvpret = dvpe();
bust_spinlocks(1);
printk("NMI taken!!!!\n");
mips_mt_regdump(dvpret);
#else
bust_spinlocks(1);
printk("NMI taken!!!!\n");
#endif /* CONFIG_MIPS_MT_SMTC */
die("NMI", regs);
while(1) ;
}

#define VECTORSPACING 0x100 /* for EI/VI mode */
Expand Down

0 comments on commit d8c7eff

Please sign in to comment.