Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 32569
b: refs/heads/master
c: 57725f9
h: refs/heads/master
i:
  32567: 32ff0e8
v: v3
  • Loading branch information
Chris Dearman authored and Ralf Baechle committed Jul 13, 2006
1 parent f7cd152 commit 9e593f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e1a4e469d77297fd006a3cf2b605fc6f782a8d26
refs/heads/master: 57725f9eb689d04c9ae4334cef65633c0b95558f
2 changes: 2 additions & 0 deletions trunk/arch/mips/kernel/traps.c
Original file line number Diff line number Diff line change
Expand Up @@ -569,6 +569,8 @@ asmlinkage void do_ov(struct pt_regs *regs)
*/
asmlinkage void do_fpe(struct pt_regs *regs, unsigned long fcr31)
{
die_if_kernel("FP exception in kernel code", regs);

if (fcr31 & FPU_CSR_UNI_X) {
int sig;

Expand Down

0 comments on commit 9e593f7

Please sign in to comment.