VirtualBox

Changeset 65338 in vbox for trunk/src/VBox/VMM/VMMR3


Ignore:
Timestamp:
Jan 16, 2017 2:11:15 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
112919
Message:

Remove the old, unused I/O APIC code and related define.

File:
1 edited

Legend:

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

    r65299 r65338  
    29462946        return VERR_INVALID_PARAMETER;
    29472947    }
    2948     if (!pIoApicReg->pfnSetIrqR3 || !pIoApicReg->pfnSendMsiR3
    2949 #ifdef VBOX_WITH_NEW_IOAPIC
    2950         || !pIoApicReg->pfnSetEoiR3
    2951 #endif
    2952         )
     2948    if (!pIoApicReg->pfnSetIrqR3 || !pIoApicReg->pfnSendMsiR3 || !pIoApicReg->pfnSetEoiR3)
    29532949    {
    29542950        Assert(pIoApicReg->pfnSetIrqR3);
Note: See TracChangeset for help on using the changeset viewer.

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