Squash commits for public release
This commit is contained in:
14
kernel/include/platform/arm32/cpuinfo.h
Normal file
14
kernel/include/platform/arm32/cpuinfo.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef _KERNEL_PLATFORM_ARM32_CPUINFO_H
|
||||
#define _KERNEL_PLATFORM_ARM32_CPUINFO_H
|
||||
|
||||
#include <libkern/c_attrs.h>
|
||||
#include <libkern/types.h>
|
||||
#include <platform/generic/cpu.h>
|
||||
|
||||
static inline bool cpuinfo_has_1gb_pages()
|
||||
{
|
||||
// Only for 64bits.
|
||||
return false;
|
||||
}
|
||||
|
||||
#endif // _KERNEL_PLATFORM_ARM32_CPUINFO_H
|
||||
Reference in New Issue
Block a user