patch-2.3.12 linux/arch/m68k/kernel/signal.c
Next file: linux/arch/m68k/mm/fault.c
Previous file: linux/arch/m68k/kernel/setup.c
Back to the patch index
Back to the overall index
-  Lines: 11
-  Date:
Thu Jul 22 09:47:55 1999
-  Orig file: 
v2.3.11/linux/arch/m68k/kernel/signal.c
-  Orig date: 
Thu Jan  7 08:41:55 1999
diff -u --recursive --new-file v2.3.11/linux/arch/m68k/kernel/signal.c linux/arch/m68k/kernel/signal.c
@@ -1084,9 +1084,7 @@
 
 			case SIGQUIT: case SIGILL: case SIGTRAP:
 			case SIGIOT: case SIGFPE: case SIGSEGV:
-				if (current->binfmt
-				    && current->binfmt->core_dump
-				    && current->binfmt->core_dump(signr, regs))
+				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)