diff options
Diffstat (limited to 'include/asm-ia64/hugetlb.h')
-rw-r--r-- | include/asm-ia64/hugetlb.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/asm-ia64/hugetlb.h b/include/asm-ia64/hugetlb.h index f0ee14c6e172..5f5434374972 100644 --- a/include/asm-ia64/hugetlb.h +++ b/include/asm-ia64/hugetlb.h | |||
@@ -34,4 +34,9 @@ static inline pte_t huge_ptep_get_and_clear(struct mm_struct *mm, | |||
34 | return ptep_get_and_clear(mm, addr, ptep); | 34 | return ptep_get_and_clear(mm, addr, ptep); |
35 | } | 35 | } |
36 | 36 | ||
37 | static inline void huge_ptep_clear_flush(struct vm_area_struct *vma, | ||
38 | unsigned long addr, pte_t *ptep) | ||
39 | { | ||
40 | } | ||
41 | |||
37 | #endif /* _ASM_IA64_HUGETLB_H */ | 42 | #endif /* _ASM_IA64_HUGETLB_H */ |