aboutsummaryrefslogtreecommitdiffstats
path: root/arch/tile/mm/hugetlbpage.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/tile/mm/hugetlbpage.c')
-rw-r--r--arch/tile/mm/hugetlbpage.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/tile/mm/hugetlbpage.c b/arch/tile/mm/hugetlbpage.c
index 8416240c322c..c034dc3fe2d4 100644
--- a/arch/tile/mm/hugetlbpage.c
+++ b/arch/tile/mm/hugetlbpage.c
@@ -160,11 +160,6 @@ int pud_huge(pud_t pud)
160 return !!(pud_val(pud) & _PAGE_HUGE_PAGE); 160 return !!(pud_val(pud) & _PAGE_HUGE_PAGE);
161} 161}
162 162
163int huge_pmd_unshare(struct mm_struct *mm, unsigned long *addr, pte_t *ptep)
164{
165 return 0;
166}
167
168#ifdef HAVE_ARCH_HUGETLB_UNMAPPED_AREA 163#ifdef HAVE_ARCH_HUGETLB_UNMAPPED_AREA
169static unsigned long hugetlb_get_unmapped_area_bottomup(struct file *file, 164static unsigned long hugetlb_get_unmapped_area_bottomup(struct file *file,
170 unsigned long addr, unsigned long len, 165 unsigned long addr, unsigned long len,