diff options
Diffstat (limited to 'include/asm-sh/hugetlb.h')
-rw-r--r-- | include/asm-sh/hugetlb.h | 5 |
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, | |||
46 | return ptep_get_and_clear(mm, addr, ptep); | 46 | return ptep_get_and_clear(mm, addr, ptep); |
47 | } | 47 | } |
48 | 48 | ||
49 | static inline void huge_ptep_clear_flush(struct vm_area_struct *vma, | ||
50 | unsigned long addr, pte_t *ptep) | ||
51 | { | ||
52 | } | ||
53 | |||
49 | #endif /* _ASM_SH_HUGETLB_H */ | 54 | #endif /* _ASM_SH_HUGETLB_H */ |