diff options
Diffstat (limited to 'arch/mips/include/asm/pgalloc.h')
| -rw-r--r-- | arch/mips/include/asm/pgalloc.h | 4 | 
1 files changed, 1 insertions, 3 deletions
diff --git a/arch/mips/include/asm/pgalloc.h b/arch/mips/include/asm/pgalloc.h index aa16b85ddffc..166842337eb2 100644 --- a/arch/mips/include/asm/pgalloc.h +++ b/arch/mips/include/asm/pgalloc.h @@ -54,7 +54,7 @@ static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd)  #define __pte_free_tlb(tlb,pte,address)			\  do {							\ -	pgtable_page_dtor(pte);				\ +	pgtable_pte_page_dtor(pte);			\  	tlb_remove_page((tlb), pte);			\  } while (0) @@ -105,8 +105,6 @@ static inline void pgd_populate(struct mm_struct *mm, pgd_t *pgd, pud_t *pud)  #endif /* __PAGETABLE_PUD_FOLDED */ -#define check_pgt_cache()	do { } while (0) -  extern void pagetable_init(void);  #endif /* _ASM_PGALLOC_H */  |