aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-sparc64/hugetlb.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-sparc64/hugetlb.h')
-rw-r--r--include/asm-sparc64/hugetlb.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/asm-sparc64/hugetlb.h b/include/asm-sparc64/hugetlb.h
index 7e111cfd31ea..0b9e44c85c5d 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,
39 free_pgd_range(tlb, addr, end, floor, ceiling); 39 free_pgd_range(tlb, addr, end, floor, ceiling);
40} 40}
41 41
42static inline void huge_ptep_clear_flush(struct vm_area_struct *vma,
43 unsigned long addr, pte_t *ptep)
44{
45}
46
42#endif /* _ASM_SPARC64_HUGETLB_H */ 47#endif /* _ASM_SPARC64_HUGETLB_H */