Changeset 9416 in vbox for trunk/src/VBox/Runtime/r0drv
- Timestamp:
- Jun 5, 2008 12:47:29 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/os2/timer-r0drv-os2.cpp
r8245 r9416 114 114 115 115 /* 116 * We don't support the fancy MP features. 117 */ 118 if (fFlags & RTTIMER_FLAGS_CPU_SPECIFIC) 119 return VERR_NOT_SUPPORTED; 120 121 /* 116 122 * Lazy initialize the spinlock. 117 123 */
Note:
See TracChangeset
for help on using the changeset viewer.