2019-11-28 07:19:36 +00:00
|
|
|
#ifndef _ASM_POWERPC_VMALLOC_H
|
|
|
|
#define _ASM_POWERPC_VMALLOC_H
|
|
|
|
|
2021-04-30 05:58:26 +00:00
|
|
|
#include <asm/page.h>
|
|
|
|
|
|
|
|
#ifdef CONFIG_HAVE_ARCH_HUGE_VMAP
|
|
|
|
bool arch_vmap_p4d_supported(pgprot_t prot);
|
|
|
|
bool arch_vmap_pud_supported(pgprot_t prot);
|
|
|
|
bool arch_vmap_pmd_supported(pgprot_t prot);
|
|
|
|
#endif
|
|
|
|
|
2019-11-28 07:19:36 +00:00
|
|
|
#endif /* _ASM_POWERPC_VMALLOC_H */
|