diff options
Diffstat (limited to 'arch/x86')
| -rw-r--r-- | arch/x86/include/asm/pgalloc.h | 15 | 
1 files changed, 0 insertions, 15 deletions
| diff --git a/arch/x86/include/asm/pgalloc.h b/arch/x86/include/asm/pgalloc.h index 25feaa117c40..3d1085a14347 100644 --- a/arch/x86/include/asm/pgalloc.h +++ b/arch/x86/include/asm/pgalloc.h @@ -123,21 +123,6 @@ static inline void p4d_populate_safe(struct mm_struct *mm, p4d_t *p4d, pud_t *pu  	set_p4d_safe(p4d, __p4d(_PAGE_TABLE | __pa(pud)));  } -static inline pud_t *pud_alloc_one(struct mm_struct *mm, unsigned long addr) -{ -	gfp_t gfp = GFP_KERNEL_ACCOUNT; - -	if (mm == &init_mm) -		gfp &= ~__GFP_ACCOUNT; -	return (pud_t *)get_zeroed_page(gfp); -} - -static inline void pud_free(struct mm_struct *mm, pud_t *pud) -{ -	BUG_ON((unsigned long)pud & (PAGE_SIZE-1)); -	free_page((unsigned long)pud); -} -  extern void ___pud_free_tlb(struct mmu_gather *tlb, pud_t *pud);  static inline void __pud_free_tlb(struct mmu_gather *tlb, pud_t *pud, | 
