Kernel: Add an x86 include check+error in x86/CPUID.h

This commit is contained in:
James Mintram
2021-12-01 17:11:26 +00:00
committed by Brian Gianforcaro
parent 8350b44ebd
commit db1fbdabf9

View File

@@ -8,6 +8,9 @@
#include <AK/Types.h>
#include <AK/Platform.h>
VALIDATE_IS_X86()
namespace Kernel {
class CPUID {