mirror of
https://github.com/acidanthera/OpenCorePkg.git
synced 2025-12-08 19:25:01 +00:00
OcTimerLib: CPUID_VENDOR_INTEL is better then 0x8086
This commit is contained in:
parent
4d68353ea1
commit
c191405ff5
@ -53,7 +53,7 @@ RecalculateTSC (
|
||||
//
|
||||
// Intel timer support.
|
||||
//
|
||||
if (PciRead16 (PCI_ICH_LPC_ADDRESS (0)) == 0x8086) {
|
||||
if (PciRead16 (PCI_ICH_LPC_ADDRESS (0)) == CPUID_VENDOR_INTEL) {
|
||||
TimerAddr = 0;
|
||||
TimerResolution = 10;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user