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
- Lines: 9
- Date:
Thu Apr 25 08:43:43 1996
- Orig file:
v1.3.95/linux/arch/alpha/mm/fault.c
- Orig date:
Sun Apr 21 12:39:00 1996
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", ®s, 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