]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-sparc64/hugetlb.h
hugetlbfs: add missing TLB flush to hugetlb_cow()
[linux-2.6-omap-h63xx.git] / include / asm-sparc64 / hugetlb.h
index 7e111cfd31ea184b8583b8773fc542d0bdac576b..0b9e44c85c5da821e7c88a8cd2f04336f7bc2584 100644 (file)
@@ -39,4 +39,9 @@ static inline void hugetlb_free_pgd_range(struct mmu_gather **tlb,
        free_pgd_range(tlb, addr, end, floor, ceiling);
 }
 
+static inline void huge_ptep_clear_flush(struct vm_area_struct *vma,
+                                        unsigned long addr, pte_t *ptep)
+{
+}
+
 #endif /* _ASM_SPARC64_HUGETLB_H */