diff options
Diffstat (limited to 'mm/memory.c')
-rw-r--r-- | mm/memory.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/memory.c b/mm/memory.c index c2d6dd315659..af82741caaa4 100644 --- a/mm/memory.c +++ b/mm/memory.c | |||
@@ -3186,7 +3186,7 @@ static inline int handle_pte_fault(struct mm_struct *mm, | |||
3186 | * with threads. | 3186 | * with threads. |
3187 | */ | 3187 | */ |
3188 | if (flags & FAULT_FLAG_WRITE) | 3188 | if (flags & FAULT_FLAG_WRITE) |
3189 | flush_tlb_page(vma, address); | 3189 | flush_tlb_fix_spurious_fault(vma, address); |
3190 | } | 3190 | } |
3191 | unlock: | 3191 | unlock: |
3192 | pte_unmap_unlock(pte, ptl); | 3192 | pte_unmap_unlock(pte, ptl); |