- Timestamp:
- Jun 10, 2009 12:25:23 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/CPUM.cpp
r20229 r20463 489 489 //| X86_CPUID_AMD_ADVPOWER_EDX_MC 490 490 //| X86_CPUID_AMD_ADVPOWER_EDX_HWPSTATE 491 #if 1 492 /* We don't expose X86_CPUID_AMD_ADVPOWER_EDX_TSCINVAR, because newer Linux kernels blindly assume 493 * that the AMD performance counters work if this is set for 64 bits guests. (can't really find a CPUID feature bit for them though) 494 */ 495 #else 491 496 | X86_CPUID_AMD_ADVPOWER_EDX_TSCINVAR 497 #endif 492 498 | 0; 493 499 }
Note:
See TracChangeset
for help on using the changeset viewer.