diff options
Diffstat (limited to 'arch/nds32/include/asm/pgalloc.h')
| -rw-r--r-- | arch/nds32/include/asm/pgalloc.h | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/nds32/include/asm/pgalloc.h b/arch/nds32/include/asm/pgalloc.h index e78b43d8389f..37125e6884d7 100644 --- a/arch/nds32/include/asm/pgalloc.h +++ b/arch/nds32/include/asm/pgalloc.h @@ -23,8 +23,6 @@  extern pgd_t *pgd_alloc(struct mm_struct *mm);  extern void pgd_free(struct mm_struct *mm, pgd_t * pgd); -#define check_pgt_cache()		do { } while (0) -  static inline pgtable_t pte_alloc_one(struct mm_struct *mm)  {  	pgtable_t pte;  |