mm: do not pass mm_struct into handle_mm_fault
[cascardo/linux.git] / arch / ia64 / mm / fault.c
index 70b40d1..fa6ad95 100644 (file)
@@ -159,7 +159,7 @@ retry:
         * sure we exit gracefully rather than endlessly redo the
         * fault.
         */
-       fault = handle_mm_fault(mm, vma, address, flags);
+       fault = handle_mm_fault(vma, address, flags);
 
        if ((fault & VM_FAULT_RETRY) && fatal_signal_pending(current))
                return;