Changeset 24289 in vbox for trunk/src/VBox
- Timestamp:
- Nov 3, 2009 1:52:35 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 54278
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PDMDevHlp.cpp
r24282 r24289 1916 1916 pVM->pdm.s.Apic.pfnLocalInterruptR3 = pApicReg->pfnLocalInterruptR3; 1917 1917 Log(("PDM: Registered APIC device '%s'/%d pDevIns=%p\n", pDevIns->pDevReg->szDeviceName, pDevIns->iInstance, pDevIns)); 1918 1919 1920 #if 11921 /* 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 #endif1926 1918 1927 1919 /* set the helper pointer and return. */
Note:
See TracChangeset
for help on using the changeset viewer.