]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-ia64/hugetlb.h
hugetlbfs: add missing TLB flush to hugetlb_cow()
[linux-2.6-omap-h63xx.git] / include / asm-ia64 / hugetlb.h
index f0ee14c6e17253efd3d1f0704bf2e102eab94430..5f543437497257e6a70df013c347d5f11f94fad2 100644 (file)
@@ -34,4 +34,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_IA64_HUGETLB_H */