VirtualBox

Changeset 62163 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jul 11, 2016 3:30:56 PM (9 years ago)
Author:
vboxsync
Message:

IOAPIC: Re-enable I/O APIC critsects.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/DevIOAPIC_New.cpp

    r62162 r62163  
    177177#endif
    178178
    179 #define IOAPIC_WITH_PDM_CRITSECT
    180179#ifdef IOAPIC_WITH_PDM_CRITSECT
    181180# define IOAPIC_LOCK(pThis, rcBusy)         (pThis)->CTX_SUFF(pIoApicHlp)->pfnLock((pThis)->CTX_SUFF(pDevIns), (rcBusy))
    182181# define IOAPIC_UNLOCK(pThis)               (pThis)->CTX_SUFF(pIoApicHlp)->pfnUnlock((pThis)->CTX_SUFF(pDevIns))
     182# error "Unused, remove me for debugging"
    183183#else
    184184# define IOAPIC_LOCK(pThis, rcBusy)         PDMCritSectEnter(&(pThis)->CritSect, (rcBusy))
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