Resolve compilation errors due to updated CPUID requests
Algunas comprobaciones han fallado
Algunas comprobaciones han fallado
Este commit está contenido en:
cometido por
CodingWorkshop Signing Team
padre
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 */
|
||||
|
Referencia en una nueva incidencia
Block a user