diff options
Diffstat (limited to 'arch/tile/include/asm/hugetlb.h')
-rw-r--r-- | arch/tile/include/asm/hugetlb.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/tile/include/asm/hugetlb.h b/arch/tile/include/asm/hugetlb.h index b2042380a5aa..0f885af2b621 100644 --- a/arch/tile/include/asm/hugetlb.h +++ b/arch/tile/include/asm/hugetlb.h | |||
@@ -106,6 +106,10 @@ static inline void arch_release_hugepage(struct page *page) | |||
106 | { | 106 | { |
107 | } | 107 | } |
108 | 108 | ||
109 | static inline void arch_clear_hugepage_flags(struct page *page) | ||
110 | { | ||
111 | } | ||
112 | |||
109 | #ifdef CONFIG_HUGETLB_SUPER_PAGES | 113 | #ifdef CONFIG_HUGETLB_SUPER_PAGES |
110 | static inline pte_t arch_make_huge_pte(pte_t entry, struct vm_area_struct *vma, | 114 | static inline pte_t arch_make_huge_pte(pte_t entry, struct vm_area_struct *vma, |
111 | struct page *page, int writable) | 115 | struct page *page, int writable) |