Changeset 49642 in vbox for trunk/src/VBox/HostDrivers/Support
- Timestamp:
- Nov 25, 2013 3:42:05 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 90883
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/linux/SUPDrv-linux.c
r49641 r49642 973 973 if (idCpu == NIL_RTCPUID) 974 974 { 975 supdrvLnxMsrProberModifyOnCpu(idCpu, pReq );975 supdrvLnxMsrProberModifyOnCpu(idCpu, pReq, NULL); 976 976 return VINF_SUCCESS; 977 977 }
Note:
See TracChangeset
for help on using the changeset viewer.