Changeset 54277 in vbox
- Timestamp:
- Feb 18, 2015 6:37:08 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMR0.cpp
r54201 r54277 1012 1012 1013 1013 int rc; 1014 if (pCpu->fConfigured) 1014 if ( pCpu->fConfigured 1015 && idCpu == RTMpCpuId()) /* We may not be firing on the CPU being disabled/going offline. */ 1015 1016 { 1016 1017 void *pvCpuPage = RTR0MemObjAddress(pCpu->hMemObj); … … 1025 1026 else 1026 1027 rc = VINF_SUCCESS; /* nothing to do */ 1027 1028 1028 return rc; 1029 1029 }
Note:
See TracChangeset
for help on using the changeset viewer.