Changeset 44447 in vbox for trunk/src/VBox/Devices/PC
- Timestamp:
- Jan 29, 2013 3:34:09 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DevACPI.cpp
r44445 r44447 2897 2897 pThis->IACPIPort.pfnGetCpuStatus = acpiPort_GetCpuStatus; 2898 2898 2899 /* Set the default critical section to NOP (related to the PM timer). */ 2899 /* 2900 * Set the default critical section to NOP (related to the PM timer). 2901 */ 2900 2902 int rc = PDMDevHlpSetDeviceCritSect(pDevIns, PDMDevHlpCritSectGetNop(pDevIns)); 2901 2903 AssertRCReturn(rc, rc);
Note:
See TracChangeset
for help on using the changeset viewer.