diff options
Diffstat (limited to 'arch/mips/include/asm/hugetlb.h')
-rw-r--r-- | arch/mips/include/asm/hugetlb.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/mips/include/asm/hugetlb.h b/arch/mips/include/asm/hugetlb.h index 4a5bb5453408..982bc0685330 100644 --- a/arch/mips/include/asm/hugetlb.h +++ b/arch/mips/include/asm/hugetlb.h | |||
@@ -110,15 +110,6 @@ static inline pte_t huge_ptep_get(pte_t *ptep) | |||
110 | return *ptep; | 110 | return *ptep; |
111 | } | 111 | } |
112 | 112 | ||
113 | static inline int arch_prepare_hugepage(struct page *page) | ||
114 | { | ||
115 | return 0; | ||
116 | } | ||
117 | |||
118 | static inline void arch_release_hugepage(struct page *page) | ||
119 | { | ||
120 | } | ||
121 | |||
122 | static inline void arch_clear_hugepage_flags(struct page *page) | 113 | static inline void arch_clear_hugepage_flags(struct page *page) |
123 | { | 114 | { |
124 | } | 115 | } |