patch-2.3.99-pre6 linux/arch/arm/mm/fault-common.c
Next file: linux/arch/arm/mm/init.c
Previous file: linux/arch/arm/mm/consistent.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Mon Apr 24 15:51:52 2000
- Orig file:
v2.3.99-pre5/linux/arch/arm/mm/fault-common.c
- Orig date:
Thu Mar 2 14:36:22 2000
diff -u --recursive --new-file v2.3.99-pre5/linux/arch/arm/mm/fault-common.c linux/arch/arm/mm/fault-common.c
@@ -123,7 +123,7 @@
* make sure we exit gracefully rather than endlessly redo
* the fault.
*/
- if (!handle_mm_fault(tsk, vma, addr & PAGE_MASK, DO_COW(mode)))
+ if (!handle_mm_fault(mm, vma, addr & PAGE_MASK, DO_COW(mode)))
goto do_sigbus;
up(&mm->mmap_sem);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)