Changeset 54088 in vbox for trunk/src/VBox/Devices/Storage
- Timestamp:
- Feb 5, 2015 2:50:18 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 98042
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevAHCI.cpp
r54064 r54088 6638 6638 ASMAtomicIncU32(&pAhci->cThreadsActive); 6639 6639 6640 /* Check whether the thread should be suspended. */ 6641 if (pAhci->fSignalIdle) 6642 { 6643 if (!ASMAtomicDecU32(&pAhci->cThreadsActive)) 6644 PDMDevHlpAsyncNotificationCompleted(pAhciPort->pDevInsR3); 6645 continue; 6646 } 6647 6640 6648 /* 6641 6649 * Check whether the global host controller bit is set and go to sleep immediately again
Note:
See TracChangeset
for help on using the changeset viewer.