X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=arch%2Favr32%2Finclude%2Fasm%2Fpgalloc.h;h=92ecd8446ef80b6fe06c62bce45fe93a40f344bb;hb=d6a0967c90dced0a8baf502e6f3d5862fd5a5805;hp=64082132394312a4c861abdc6b110f58517a7a40;hpb=5aa37e4f0614e3b1f385426ce1e962e84c275bdf;p=pandora-kernel.git diff --git a/arch/avr32/include/asm/pgalloc.h b/arch/avr32/include/asm/pgalloc.h index 640821323943..92ecd8446ef8 100644 --- a/arch/avr32/include/asm/pgalloc.h +++ b/arch/avr32/include/asm/pgalloc.h @@ -83,7 +83,7 @@ static inline void pte_free(struct mm_struct *mm, pgtable_t pte) quicklist_free_page(QUICK_PT, NULL, pte); } -#define __pte_free_tlb(tlb,pte) \ +#define __pte_free_tlb(tlb,pte,addr) \ do { \ pgtable_page_dtor(pte); \ tlb_remove_page((tlb), pte); \