VirtualBox

Changeset 24289 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Nov 3, 2009 1:52:35 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
54278
Message:

PDMDevHlp: Enabled APIC fix again.

File:
1 edited

Legend:

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

    r24282 r24289  
    19161916    pVM->pdm.s.Apic.pfnLocalInterruptR3 = pApicReg->pfnLocalInterruptR3;
    19171917    Log(("PDM: Registered APIC device '%s'/%d pDevIns=%p\n", pDevIns->pDevReg->szDeviceName, pDevIns->iInstance, pDevIns));
    1918 
    1919 
    1920 #if 1
    1921     /* Disable the APIC fix due to Linux SMP regressions. */
    1922     pVM->pdm.s.Apic.pfnLocalInterruptR3 = 0;
    1923     pVM->pdm.s.Apic.pfnLocalInterruptR0 = 0;
    1924     pVM->pdm.s.Apic.pfnLocalInterruptRC = 0;
    1925 #endif
    19261918
    19271919    /* set the helper pointer and return. */
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