Changeset 8347 in vbox for trunk/src/VBox/HostDrivers/Support/linux/SUPDrv-linux.c
- Timestamp:
- Apr 24, 2008 8:03:23 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/linux/SUPDrv-linux.c
r8155 r8347 601 601 * Check for synchronous/asynchronous TSC mode. 602 602 */ 603 printk(KERN_DEBUG DEVICE_NAME ": Found %u processor cores.\n", RTMpGetOnlineCount());603 printk(KERN_DEBUG DEVICE_NAME ": Found %u processor cores.\n", (unsigned)RTMpGetOnlineCount()); 604 604 fAsync = supdrvDetermineAsyncTsc(&u64DiffCores); 605 605 /* no 64-bit arithmetics here, we assume that the TSC difference between the cores is < 2^32 */
Note:
See TracChangeset
for help on using the changeset viewer.