VirtualBox

Changeset 24141 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Oct 28, 2009 2:38:49 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
54065
Message:

Disable the APIC fix due to Linux SMP regressions

File:
1 edited

Legend:

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

    r24125 r24141  
    19121912    pVM->pdm.s.Apic.pfnLocalInterruptR3 = pApicReg->pfnLocalInterruptR3;
    19131913    Log(("PDM: Registered APIC device '%s'/%d pDevIns=%p\n", pDevIns->pDevReg->szDeviceName, pDevIns->iInstance, pDevIns));
     1914
     1915
     1916#if 1
     1917    /* Disable the APIC fix due to Linux SMP regressions. */
     1918    pVM->pdm.s.Apic.pfnLocalInterruptR3 = 0;
     1919    pVM->pdm.s.Apic.pfnLocalInterruptR0 = 0;
     1920    pVM->pdm.s.Apic.pfnLocalInterruptRC = 0;
     1921#endif
    19141922
    19151923    /* 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