Changeset 23201 in vbox
- Timestamp:
- Sep 21, 2009 4:24:25 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/HWACCMAll.cpp
r23200 r23201 121 121 { 122 122 int rc = RTMpPokeCpu(idHostCpu); 123 # ifdef RT_OS_WINDOWS 124 AssertRC(rc); 125 # else 123 # ifndef RT_OS_WINDOWS 126 124 /* Not implemented on some platforms (Darwin, Linux kernel < 2.6.19); fall back to a less efficient implementation (broadcast). */ 127 125 if (rc == VERR_NOT_SUPPORTED)
Note:
See TracChangeset
for help on using the changeset viewer.