flush icache before set_pte() on ia64: flush icache at set_pte
[sfrench/cifs-2.6.git] / include / asm-generic / pgtable.h
index 5f0d797d33fd9023df37f39ace04f800f0d8189e..44ef329531c3b45b5809f120a80a920f145892b4 100644 (file)
@@ -125,10 +125,6 @@ static inline void ptep_set_wrprotect(struct mm_struct *mm, unsigned long addres
 #define pgd_offset_gate(mm, addr)      pgd_offset(mm, addr)
 #endif
 
-#ifndef __HAVE_ARCH_LAZY_MMU_PROT_UPDATE
-#define lazy_mmu_prot_update(pte)      do { } while (0)
-#endif
-
 #ifndef __HAVE_ARCH_MOVE_PTE
 #define move_pte(pte, prot, old_addr, new_addr)        (pte)
 #endif