]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-x86/hugetlb.h
hugetlbfs: add missing TLB flush to hugetlb_cow()
[linux-2.6-omap-h63xx.git] / include / asm-x86 / hugetlb.h
index ec21cedd71497cb3788183295a1d238581a08dec..f57236dfc8f4b007b921d6191435bb3345e3e7c3 100644 (file)
@@ -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_X86_HUGETLB_H */