- Timestamp:
- Jan 18, 2007 10:24:35 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/src/VBox/VMM/CPUM.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/CPUM.cpp
r23 r172 43 43 #include <iprt/asm.h> 44 44 #include <iprt/string.h> 45 #include <iprt/system.h> 45 46 #include "x86context.h" 46 47 … … 371 372 * Log the cpuid and we're good. 372 373 */ 374 LogRel(("Logical host processors: %d, processor active mask: %08x\n", 375 RTSystemProcessorGetCount(), RTSystemProcessorGetActiveMask())); 373 376 LogRel(("************************* CPUID dump ************************\n")); 374 377 DBGFR3Info(pVM, "cpuid", "verbose", DBGFR3InfoLogRelHlp());
Note:
See TracChangeset
for help on using the changeset viewer.

