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