Changeset 39460 in vbox for trunk/src/VBox/Runtime/r0drv/solaris
- Timestamp:
- Nov 29, 2011 2:20:11 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/solaris/spinlock-r0drv-solaris.c
r29281 r39460 83 83 */ 84 84 pThis->u32Magic = RTSPINLOCK_MAGIC; 85 mutex_init(&pThis->Mtx, "IPRT Spinlock", MUTEX_SPIN, (void *)ipltospl( DISP_LEVEL));85 mutex_init(&pThis->Mtx, "IPRT Spinlock", MUTEX_SPIN, (void *)ipltospl(PIL_MAX)); 86 86 *pSpinlock = pThis; 87 87 return VINF_SUCCESS;
Note:
See TracChangeset
for help on using the changeset viewer.