Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
[deliverable/linux.git] / arch / sh / mm / fault.c
index 79d8276377d1e2f62e6c9231f735ef0f1c5ca22e..9bf876780cef4b1ea4b2aee99e47997ffb1f8b97 100644 (file)
@@ -487,7 +487,7 @@ good_area:
         * make 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 (unlikely(fault & (VM_FAULT_RETRY | VM_FAULT_ERROR)))
                if (mm_fault_error(regs, error_code, address, fault))
This page took 0.028261 seconds and 5 git commands to generate.