Changeset 57237 in vbox for trunk/src/VBox/Runtime/r0drv
- Timestamp:
- Aug 7, 2015 10:24:50 AM (9 years ago)
- Location:
- trunk/src/VBox/Runtime/r0drv/solaris
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/solaris/semeventmulti-r0drv-solaris.c
r56290 r57237 215 215 rtR0SemEventMultiSolRelease(pThis); 216 216 #ifdef DEBUG_ramshankar 217 /** See @bugref{6318 } comment #11. */217 /** See @bugref{6318#c11}. */ 218 218 return VINF_SUCCESS; 219 219 #endif … … 247 247 248 248 #ifdef DEBUG_ramshankar 249 /** See @bugref{6318 } comment #11. */249 /** See @bugref{6318#c11}. */ 250 250 return VINF_SUCCESS; 251 251 #endif -
trunk/src/VBox/Runtime/r0drv/solaris/timer-r0drv-solaris.c
r54248 r57237 532 532 * Use a large interval (1 hour) so that we don't get a timer-callback between 533 533 * cyclic_add() and cyclic_bind(). Program the correct interval once cyclic_bind() is done. 534 * See @bugref{7691 } comment #20.534 * See @bugref{7691#c20}. 535 535 */ 536 536 if (!pTimer->fSpecificCpu)
Note:
See TracChangeset
for help on using the changeset viewer.