diff options
Diffstat (limited to 'arch/score/include/asm/pgalloc.h')
-rw-r--r-- | arch/score/include/asm/pgalloc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/score/include/asm/pgalloc.h b/arch/score/include/asm/pgalloc.h index 28dacc1cbbab..059a61b7071b 100644 --- a/arch/score/include/asm/pgalloc.h +++ b/arch/score/include/asm/pgalloc.h | |||
@@ -72,7 +72,7 @@ static inline void pte_free(struct mm_struct *mm, pgtable_t pte) | |||
72 | __free_pages(pte, PTE_ORDER); | 72 | __free_pages(pte, PTE_ORDER); |
73 | } | 73 | } |
74 | 74 | ||
75 | #define __pte_free_tlb(tlb, pte) \ | 75 | #define __pte_free_tlb(tlb, pte, buf) \ |
76 | do { \ | 76 | do { \ |
77 | pgtable_page_dtor(pte); \ | 77 | pgtable_page_dtor(pte); \ |
78 | tlb_remove_page((tlb), pte); \ | 78 | tlb_remove_page((tlb), pte); \ |