x86: demacro asm-x86/pgalloc_32.h
[safe/jmp/linux-2.6] / include / asm-x86 / pgtable-3level.h
index 5af7a44..62bb065 100644 (file)
@@ -157,6 +157,4 @@ static inline unsigned long pte_pfn(pte_t pte)
 #define __pte_to_swp_entry(pte)                ((swp_entry_t){ (pte).pte_high })
 #define __swp_entry_to_pte(x)          ((pte_t){ { .pte_high = (x).val } })
 
-#define __pmd_free_tlb(tlb, x)         do { } while (0)
-
 #endif /* _I386_PGTABLE_3LEVEL_H */