patch-1.3.96 linux/mm/memory.c
Next file: linux/net/README
Previous file: linux/mm/filemap.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Thu Apr 25 08:42:34 1996
- Orig file:
v1.3.95/linux/mm/memory.c
- Orig date:
Tue Apr 23 13:57:14 1996
diff -u --recursive --new-file v1.3.95/linux/mm/memory.c linux/mm/memory.c
@@ -931,7 +931,7 @@
*/
page = vma->vm_ops->nopage(vma, address, write_access && !(vma->vm_flags & VM_SHARED));
if (!page) {
- send_sig(SIGBUS, current, 1);
+ force_sig(SIGBUS, current);
flush_cache_page(vma, address);
put_page(page_table, BAD_PAGE);
flush_tlb_page(vma, address);
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