mm: do not pass mm_struct into handle_mm_fault
[sfrench/cifs-2.6.git] / arch / cris / mm / fault.c
index 3066d40a6db14425c162d399d89e5c6db66786fe..112ef26c7f2e8346372f6fc3a50d543af610d95f 100644 (file)
@@ -168,7 +168,7 @@ retry:
         * 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;