diff options
author | Chen Liqin <liqin.chen@sunplusct.com> | 2009-08-30 12:30:16 +0800 |
---|---|---|
committer | Chen Liqin <liqin.chen@sunplusct.com> | 2009-08-30 12:30:16 +0800 |
commit | ffa818b4b099f65b6cb74750bdb979061716e020 (patch) | |
tree | 2bb6917efd2590e02ffebd12356a990616414262 /arch/score/include/asm/pgalloc.h | |
parent | d8aa899bb27ad7879ab9e621365e04ada2745a65 (diff) |
score: update inconsistent declare after .c was changed
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 28dacc1cbba..059a61b7071 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) __free_pages(pte, PTE_ORDER); } -#define __pte_free_tlb(tlb, pte) \ +#define __pte_free_tlb(tlb, pte, buf) \ do { \ pgtable_page_dtor(pte); \ tlb_remove_page((tlb), pte); \ |