fork 自 xt-sys/exectos
Resolve compilation errors due to renamed CPUID requests
此提交包含在:
@@ -112,7 +112,7 @@ HlpCheckX2ApicSupport(VOID)
|
|||||||
CPUID_REGISTERS CpuRegisters;
|
CPUID_REGISTERS CpuRegisters;
|
||||||
|
|
||||||
/* Prepare CPUID registers */
|
/* Prepare CPUID registers */
|
||||||
CpuRegisters.Leaf = CPUID_GET_CPU_FEATURES;
|
CpuRegisters.Leaf = CPUID_GET_STANDARD1_FEATURES;
|
||||||
CpuRegisters.SubLeaf = 0;
|
CpuRegisters.SubLeaf = 0;
|
||||||
CpuRegisters.Eax = 0;
|
CpuRegisters.Eax = 0;
|
||||||
CpuRegisters.Ebx = 0;
|
CpuRegisters.Ebx = 0;
|
||||||
|
|||||||
新增問題並參考
封鎖使用者