diff options
-rw-r--r-- | arch/nios2/mm/cacheflush.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/nios2/mm/cacheflush.c b/arch/nios2/mm/cacheflush.c index 506f6e1c86d5..d58e7e80dc0d 100644 --- a/arch/nios2/mm/cacheflush.c +++ b/arch/nios2/mm/cacheflush.c | |||
@@ -204,6 +204,8 @@ void update_mmu_cache(struct vm_area_struct *vma, | |||
204 | struct page *page; | 204 | struct page *page; |
205 | struct address_space *mapping; | 205 | struct address_space *mapping; |
206 | 206 | ||
207 | flush_tlb_page(vma, address); | ||
208 | |||
207 | if (!pfn_valid(pfn)) | 209 | if (!pfn_valid(pfn)) |
208 | return; | 210 | return; |
209 | 211 | ||