VirtualBox

Changeset 54475 in vbox


Ignore:
Timestamp:
Feb 25, 2015 9:23:39 AM (10 years ago)
Author:
vboxsync
Message:

CPUMR0: fHasThermal was never used

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/CPUMR0.cpp

    r54339 r54475  
    5252    /** The APIC version number. */
    5353    uint32_t    uVersion;
    54     /** Has APIC_REG_LVT_THMR. Not used. */
    55     uint32_t    fHasThermal;
    5654    /** The physical address of the APIC registers. */
    5755    RTHCPHYS    PhysBase;
     
    865863    {
    866864        g_aLApics[iCpu].uVersion    = uApicVersion;
    867         g_aLApics[iCpu].fHasThermal = APIC_REG_VERSION_GET_MAX_LVT(uApicVersion) >= 5;
    868865
    869866#if 0 /* enable if you need it. */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette