x86, mm: Avoid unnecessary TLB flush
[pandora-kernel.git] / arch / x86 / include / asm / pgtable.h
index a34c785..2d0a33b 100644 (file)
@@ -603,6 +603,8 @@ static inline void ptep_set_wrprotect(struct mm_struct *mm,
        pte_update(mm, addr, ptep);
 }
 
+#define flush_tlb_fix_spurious_fault(vma, address)
+
 /*
  * clone_pgd_range(pgd_t *dst, pgd_t *src, int count);
  *