Resolve compilation errors due to updated CPUID requests
This commit is contained in:
parent
a6814aa2a3
commit
e62820187d
@ -29,7 +29,7 @@ MmFlushTlb(VOID)
|
||||
ArClearInterruptFlag();
|
||||
|
||||
/* Get CPU features */
|
||||
CpuRegisters.Leaf = CPUID_GET_CPU_FEATURES;
|
||||
CpuRegisters.Leaf = CPUID_GET_STANDARD1_FEATURES;
|
||||
ArCpuId(&CpuRegisters);
|
||||
|
||||
/* Check if Paging Global Extensions (PGE) is supported */
|
||||
|
Loading…
x
Reference in New Issue
Block a user