xref: /openbmc/linux/arch/x86/include/asm/hugetlb.h (revision 5be99343)
1b2441318SGreg Kroah-Hartman /* SPDX-License-Identifier: GPL-2.0 */
21965aae3SH. Peter Anvin #ifndef _ASM_X86_HUGETLB_H
31965aae3SH. Peter Anvin #define _ASM_X86_HUGETLB_H
4bb898558SAl Viro 
5bb898558SAl Viro #include <asm/page.h>
6106c992aSGerald Schaefer #include <asm-generic/hugetlb.h>
7bb898558SAl Viro 
8b2eafe89SIngo Molnar #define hugepages_supported() boot_cpu_has(X86_FEATURE_PSE)
9bb898558SAl Viro 
101965aae3SH. Peter Anvin #endif /* _ASM_X86_HUGETLB_H */
11