patch-2.3.99-pre6 linux/arch/m68k/mm/fault.c

Next file: linux/arch/mips/baget/vacserial.c
Previous file: linux/arch/ia64/vmlinux.lds.S
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.99-pre5/linux/arch/m68k/mm/fault.c linux/arch/m68k/mm/fault.c
@@ -99,7 +99,7 @@
 	 * make sure we exit gracefully rather than endlessly redo
 	 * the fault.
 	 */
-	fault = handle_mm_fault(current, vma, address, write);
+	fault = handle_mm_fault(mm, vma, address, write);
 	if (fault < 0)
 		goto out_of_memory;
 	if (!fault)

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)