#ifndef _KERNEL_PLATFORM_ARM32_CPUINFO_H #define _KERNEL_PLATFORM_ARM32_CPUINFO_H #include #include #include static inline bool cpuinfo_has_1gb_pages() { // Only for 64bits. return false; } #endif // _KERNEL_PLATFORM_ARM32_CPUINFO_H