diff options
Diffstat (limited to 'arch/tile/mm/fault.c')
-rw-r--r-- | arch/tile/mm/fault.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/tile/mm/fault.c b/arch/tile/mm/fault.c index 26734214818c..beba986589e5 100644 --- a/arch/tile/mm/fault.c +++ b/arch/tile/mm/fault.c | |||
@@ -434,7 +434,7 @@ good_area: | |||
434 | * make sure we exit gracefully rather than endlessly redo | 434 | * make sure we exit gracefully rather than endlessly redo |
435 | * the fault. | 435 | * the fault. |
436 | */ | 436 | */ |
437 | fault = handle_mm_fault(mm, vma, address, flags); | 437 | fault = handle_mm_fault(vma, address, flags); |
438 | 438 | ||
439 | if ((fault & VM_FAULT_RETRY) && fatal_signal_pending(current)) | 439 | if ((fault & VM_FAULT_RETRY) && fatal_signal_pending(current)) |
440 | return 0; | 440 | return 0; |