X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=arch%2Fcris%2Finclude%2Fasm%2Fpgalloc.h;h=6da975db112fdabff1125ed0f3ecb38df892caae;hp=a1ba761d0573637ffb79ff4f9d6624d644dad9ce;hb=b54c3835469c9548d470e7788cb22a2fd7e21133;hpb=67d112842586aa11506b7a8afec29391bf8f3cca diff --git a/arch/cris/include/asm/pgalloc.h b/arch/cris/include/asm/pgalloc.h index a1ba761d0573..6da975db112f 100644 --- a/arch/cris/include/asm/pgalloc.h +++ b/arch/cris/include/asm/pgalloc.h @@ -47,7 +47,7 @@ static inline void pte_free(struct mm_struct *mm, pgtable_t pte) __free_page(pte); } -#define __pte_free_tlb(tlb,pte) \ +#define __pte_free_tlb(tlb,pte,address) \ do { \ pgtable_page_dtor(pte); \ tlb_remove_page((tlb), pte); \