summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/traps.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@g5.osdl.org>2006-02-21 10:13:22 -0800
committerLinus Torvalds <torvalds@g5.osdl.org>2006-02-21 10:13:22 -0800
commit808c783e9bfb217a90be5a996a867c41a69b40bd (patch)
tree0aaeaa1a4bd4324f727e9bb9d46d29baea03e9b7 /arch/mips/kernel/traps.c
parent52aa536f5a78bbba9205d296f53d2f8a424a3b08 (diff)
parent8db41685c73ad1893d8571861171e183a551e90d (diff)
downloadkernel-crypto-808c783e9bfb217a90be5a996a867c41a69b40bd.tar.gz
kernel-crypto-808c783e9bfb217a90be5a996a867c41a69b40bd.tar.xz
kernel-crypto-808c783e9bfb217a90be5a996a867c41a69b40bd.zip
Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus
Diffstat (limited to 'arch/mips/kernel/traps.c')
-rw-r--r--arch/mips/kernel/traps.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/mips/kernel/traps.c b/arch/mips/kernel/traps.c
index c9d2b5147ca..005debbfbe8 100644
--- a/arch/mips/kernel/traps.c
+++ b/arch/mips/kernel/traps.c
@@ -3,7 +3,7 @@
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
- * Copyright (C) 1994 - 1999, 2000, 01 Ralf Baechle
+ * Copyright (C) 1994 - 1999, 2000, 01, 06 Ralf Baechle
* Copyright (C) 1995, 1996 Paul M. Antoine
* Copyright (C) 1998 Ulf Carlsson
* Copyright (C) 1999 Silicon Graphics, Inc.
@@ -548,6 +548,8 @@ asmlinkage void do_ov(struct pt_regs *regs)
{
siginfo_t info;
+ die_if_kernel("Integer overflow", regs);
+
info.si_code = FPE_INTOVF;
info.si_signo = SIGFPE;
info.si_errno = 0;