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

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)