X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=arch%2Falpha%2Finclude%2Fasm%2Ftlb.h;h=42866759f3fabd022c07c431a01bc9f45f6d91f4;hb=a1d12511157c8d22a5a6779f8a9d73a1adcfc3b0;hp=c13636575fbab4fb14c17b75d53058b0f9181e1c;hpb=7686ad5606f08d9dfb33a2087a36c8366366015b;p=pandora-kernel.git diff --git a/arch/alpha/include/asm/tlb.h b/arch/alpha/include/asm/tlb.h index c13636575fba..42866759f3fa 100644 --- a/arch/alpha/include/asm/tlb.h +++ b/arch/alpha/include/asm/tlb.h @@ -9,7 +9,7 @@ #include -#define __pte_free_tlb(tlb, pte) pte_free((tlb)->mm, pte) -#define __pmd_free_tlb(tlb, pmd) pmd_free((tlb)->mm, pmd) +#define __pte_free_tlb(tlb, pte, address) pte_free((tlb)->mm, pte) +#define __pmd_free_tlb(tlb, pmd, address) pmd_free((tlb)->mm, pmd) #endif