提交 0e1c1342 编写于 作者: V vit9696

OcCpuLib: Fixed FSBFrequency reporting on Meron and similar CPUs

上级 95421ebb
......@@ -24,6 +24,7 @@ OpenCore Changelog
- Added `UgaPassThrough` option to support UGA protocol over GOP
- Added `AppleFramebufferInfo` protocol implementation and override
- Fixed serial initialisation when file logging is disabled
- Fixed FSBFrequency reporting on Meron and similar CPUs
#### v0.5.9
- Added full HiDPI support in OpenCanopy
......
......@@ -335,7 +335,7 @@ ScanIntelProcessor (
} else {
Cpu->CurBusRatio = (UINT8) (PerfStatus.Bits.State >> 8U);
}
} else if (Cpu->Model >= CPU_MODEL_PENRYN) {
} else {
PerfStatus.Uint64 = AsmReadMsr64 (MSR_IA32_PERF_STATUS);
Cpu->MaxBusRatio = (UINT8) (RShiftU64 (PerfStatus.Uint64, 8) & 0x1FU);
//
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册