Changeset 24141 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Oct 28, 2009 2:38:49 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 54065
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PDMDevHlp.cpp
r24125 r24141 1912 1912 pVM->pdm.s.Apic.pfnLocalInterruptR3 = pApicReg->pfnLocalInterruptR3; 1913 1913 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 1914 1922 1915 1923 /* set the helper pointer and return. */
Note:
See TracChangeset
for help on using the changeset viewer.