X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-sparc64%2Fhugetlb.h;h=0b9e44c85c5da821e7c88a8cd2f04336f7bc2584;hb=8fe627ec5b7c47b1654dff50536d9709863295a3;hp=7e111cfd31ea184b8583b8773fc542d0bdac576b;hpb=6d779079bfd1196e077bb1d0a906c37ae770b102;p=linux-2.6-omap-h63xx.git diff --git a/include/asm-sparc64/hugetlb.h b/include/asm-sparc64/hugetlb.h index 7e111cfd31e..0b9e44c85c5 100644 --- a/include/asm-sparc64/hugetlb.h +++ b/include/asm-sparc64/hugetlb.h @@ -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 */