tree-wide: replace config_enabled() with IS_ENABLED()
[deliverable/linux.git] / arch / mips / mm / fault.c
index 4b88fa031891d474c715db30479218e8216aa948..9560ad73112093a2b3c1573b4c54e5993e97328c 100644 (file)
@@ -153,7 +153,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 ((fault & VM_FAULT_RETRY) && fatal_signal_pending(current))
                return;
This page took 0.031098 seconds and 5 git commands to generate.