patch-1.3.96 linux/arch/alpha/mm/fault.c

Next file: linux/arch/i386/kernel/traps.c
Previous file: linux/arch/alpha/kernel/traps.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.95/linux/arch/alpha/mm/fault.c linux/arch/alpha/mm/fault.c
@@ -97,7 +97,7 @@
 		printk("%s: memory violation at pc=%08lx rp=%08lx (bad address = %08lx)\n",
 			current->comm, regs.pc, regs.r26, address);
 		die_if_kernel("oops", &regs, cause);
-		send_sig(SIGSEGV, current, 1);
+		force_sig(SIGSEGV, current);
 		return;
 	}
 /*

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov with Sam's (original) version
of this