X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-ia64%2Fhugetlb.h;h=5f543437497257e6a70df013c347d5f11f94fad2;hb=8fe627ec5b7c47b1654dff50536d9709863295a3;hp=f0ee14c6e17253efd3d1f0704bf2e102eab94430;hpb=6d779079bfd1196e077bb1d0a906c37ae770b102;p=linux-2.6-omap-h63xx.git diff --git a/include/asm-ia64/hugetlb.h b/include/asm-ia64/hugetlb.h index f0ee14c6e17..5f543437497 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, 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 */