summary refs log tree commit diff
path: root/include/asm-sh/hugetlb.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-sh/hugetlb.h')
-rw-r--r--include/asm-sh/hugetlb.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/asm-sh/hugetlb.h b/include/asm-sh/hugetlb.h
index 885218d2c844..d1ed476467a1 100644
--- a/include/asm-sh/hugetlb.h
+++ b/include/asm-sh/hugetlb.h
@@ -46,4 +46,9 @@ static inline pte_t huge_ptep_get_and_clear(struct mm_struct *mm,
 	return ptep_get_and_clear(mm, addr, ptep);
 }
 
+static inline void huge_ptep_clear_flush(struct vm_area_struct *vma,
+					 unsigned long addr, pte_t *ptep)
+{
+}
+
 #endif /* _ASM_SH_HUGETLB_H */