Changeset 83325 in vbox for trunk/src/VBox/HostDrivers/Support
- Timestamp:
- Mar 19, 2020 12:13:48 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/linux/SUPDrv-linux.c ¶
r82968 r83325 309 309 * Check for synchronous/asynchronous TSC mode. 310 310 */ 311 printk(KERN_DEBUG "vboxdrv: Found %u processor cores \n", (unsigned)RTMpGetOnlineCount());311 printk(KERN_DEBUG "vboxdrv: Found %u processor cores/threads\n", (unsigned)RTMpGetOnlineCount()); 312 312 rc = misc_register(&gMiscDeviceSys); 313 313 if (rc)
Note:
See TracChangeset
for help on using the changeset viewer.