This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / include / asm-m68k / sun3_pgalloc.h
index fd82411..d00e10f 100644 (file)
@@ -31,7 +31,10 @@ static inline void pte_free(struct page *page)
         __free_page(page);
 }
 
-#define __pte_free_tlb(tlb,pte) tlb_remove_page((tlb),(pte))
+static inline void __pte_free_tlb(struct mmu_gather *tlb, struct page *page)
+{
+       tlb_remove_page(tlb, page);
+}
 
 static inline pte_t *pte_alloc_one_kernel(struct mm_struct *mm,
                                          unsigned long address)