Changeset 54475 in vbox
- Timestamp:
- Feb 25, 2015 9:23:39 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/CPUMR0.cpp
r54339 r54475 52 52 /** The APIC version number. */ 53 53 uint32_t uVersion; 54 /** Has APIC_REG_LVT_THMR. Not used. */55 uint32_t fHasThermal;56 54 /** The physical address of the APIC registers. */ 57 55 RTHCPHYS PhysBase; … … 865 863 { 866 864 g_aLApics[iCpu].uVersion = uApicVersion; 867 g_aLApics[iCpu].fHasThermal = APIC_REG_VERSION_GET_MAX_LVT(uApicVersion) >= 5;868 865 869 866 #if 0 /* enable if you need it. */
Note:
See TracChangeset
for help on using the changeset viewer.