powerpc/mm/thp: Abstraction for THP functions
[deliverable/linux.git] / arch / powerpc / include / asm / book3s / 64 / hugetlb-radix.h
CommitLineData
48483760
AK
1#ifndef _ASM_POWERPC_BOOK3S_64_HUGETLB_RADIX_H
2#define _ASM_POWERPC_BOOK3S_64_HUGETLB_RADIX_H
3/*
4 * For radix we want generic code to handle hugetlb. But then if we want
5 * both hash and radix to be enabled together we need to workaround the
6 * limitations.
7 */
8void radix__flush_hugetlb_page(struct vm_area_struct *vma, unsigned long vmaddr);
9void radix__local_flush_hugetlb_page(struct vm_area_struct *vma, unsigned long vmaddr);
10extern unsigned long
11radix__hugetlb_get_unmapped_area(struct file *file, unsigned long addr,
12 unsigned long len, unsigned long pgoff,
13 unsigned long flags);
14#endif
This page took 0.024436 seconds and 5 git commands to generate.