Changeset 22477 in vbox
- Timestamp:
- Aug 26, 2009 4:23:23 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r0drv/solaris/vbi/thread-r0drv-solaris.c
r22436 r22477 120 120 /// @todo check out splr and splx on S10! 121 121 // if (ASMIntAreEnabled()) 122 pState->uOldPil = splr(ipltospl(DISP_LEVEL)); 122 //pState->uOldPil = splr(ipltospl(DISP_LEVEL)); 123 pState->uOldPil = splr(ipltospl(LOCK_LEVEL - 1)); //temporary 123 124 // else 124 125 // {
Note:
See TracChangeset
for help on using the changeset viewer.