patch-2.3.99-pre6 linux/arch/ia64/mm/fault.c
Next file: linux/arch/ia64/mm/init.c
Previous file: linux/arch/ia64/lib/strlen.S
Back to the patch index
Back to the overall index
-  Lines: 9
-  Date:
Mon Apr 24 15:52:23 2000
-  Orig file: 
v2.3.99-pre5/linux/arch/ia64/mm/fault.c
-  Orig date: 
Thu Feb 10 17:11:03 2000
diff -u --recursive --new-file v2.3.99-pre5/linux/arch/ia64/mm/fault.c linux/arch/ia64/mm/fault.c
@@ -94,7 +94,7 @@
 	 * sure we exit gracefully rather than endlessly redo the
 	 * fault.
 	 */
-	if (!handle_mm_fault(current, vma, address, (isr & IA64_ISR_W) != 0)) {
+	if (!handle_mm_fault(mm, vma, address, (isr & IA64_ISR_W) != 0)) {
 		/*
 		 * We ran out of memory, or some other thing happened
 		 * to us that made us unable to handle the page fault
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)