powerpc/mm: Add SMP support to no-hash TLB handling
[deliverable/linux.git] / arch / powerpc / mm / fault.c
index 7df0409107ad6067835af13f6629603adff70ece..87f1f955dea428cb832b3ee8f3e7762d39bd4b86 100644 (file)
@@ -284,7 +284,7 @@ good_area:
                                }
                                pte_update(ptep, 0, _PAGE_HWEXEC |
                                           _PAGE_ACCESSED);
-                               _tlbie(address, mm->context.id);
+                               local_flush_tlb_page(vma, address);
                                pte_unmap_unlock(ptep, ptl);
                                up_read(&mm->mmap_sem);
                                return 0;
This page took 0.025215 seconds and 5 git commands to generate.