VirtualBox

Changeset 82035 in vbox


Ignore:
Timestamp:
Nov 20, 2019 4:42:30 PM (5 years ago)
Author:
vboxsync
Message:

APIC: Drop APICDEV::pDevInsR3 as nobody uses it. bugref:9218

Location:
trunk/src/VBox/VMM
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/APIC.cpp

    r82033 r82035  
    14061406     * Init the data.
    14071407     */
    1408     pApicDev->pDevInsR3 = pDevIns;
    1409 
    14101408    pApic->pDevInsR3    = pDevIns;
    14111409    pApic->pApicDevR3   = pApicDev;
     
    15531551
    15541552        APIC_PROF_COUNTER(&pApicCpu->StatUpdatePendingIntrs,
    1555                                                        "/PROF/CPU%d/APIC/UpdatePendingInterrupts", "Profiling of APICUpdatePendingInterrupts");
    1556         APIC_PROF_COUNTER(&pApicCpu->StatPostIntr,     "/PROF/CPU%d/APIC/PostInterrupt",  "Profiling of APICPostInterrupt");
     1553                                                       "/PROF/CPU%u/APIC/UpdatePendingInterrupts", "Profiling of APICUpdatePendingInterrupts");
     1554        APIC_PROF_COUNTER(&pApicCpu->StatPostIntr,     "/PROF/CPU%u/APIC/PostInterrupt",  "Profiling of APICPostInterrupt");
    15571555    }
    15581556
  • trunk/src/VBox/VMM/include/APICInternal.h

    r82031 r82035  
    11611161    /** The MMIO handle. */
    11621162    IOMMMIOHANDLE               hMmio;
    1163     /** The device instance - R3 Ptr. */
    1164     PPDMDEVINSR3                pDevInsR3;
    11651163} APICDEV;
    11661164/** Pointer to an APIC device. */
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