patch-2.3.29 linux/arch/arm/kernel/signal.c
Next file: linux/arch/arm/kernel/sys_arm.c
Previous file: linux/arch/arm/kernel/setup.c
Back to the patch index
Back to the overall index
-  Lines: 17
-  Date:
Tue Nov 23 22:23:11 1999
-  Orig file: 
v2.3.28/linux/arch/arm/kernel/signal.c
-  Orig date: 
Fri Oct 22 13:21:44 1999
diff -u --recursive --new-file v2.3.28/linux/arch/arm/kernel/signal.c linux/arch/arm/kernel/signal.c
@@ -21,7 +21,7 @@
 
 #include <asm/ucontext.h>
 #include <asm/uaccess.h>
-#include <asm/pgtable.h>
+#include <asm/pgalloc.h>
 
 #define _BLOCKABLE (~(sigmask(SIGKILL) | sigmask(SIGSTOP)))
 
@@ -545,6 +545,7 @@
 
 			case SIGQUIT: case SIGILL: case SIGTRAP:
 			case SIGABRT: case SIGFPE: case SIGSEGV:
+			case SIGBUS: case SIGSYS: case SIGXCPU: case SIGXFSZ:
 				if (do_coredump(signr, regs))
 					exit_code |= 0x80;
 				/* FALLTHRU */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)