Changeset 16665 in vbox
- Timestamp:
- Feb 11, 2009 1:57:23 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/CPUM.cpp
r15962 r16665 1023 1023 if (RT_SUCCESS(rc)) 1024 1024 { 1025 /* Ignore CPU stepping. */ 1026 au32CpuId[0] &= 0xfffffff0; 1027 au32CpuIdSaved[0] &= 0xfffffff0; 1028 1025 1029 /* Ignore APIC ID (AMD specs). */ 1026 1030 au32CpuId[5] &= ~0xff000000; 1027 1031 au32CpuIdSaved[5] &= ~0xff000000; 1032 1028 1033 /* Ignore the number of Logical CPUs (AMD specs). */ 1029 1034 au32CpuId[5] &= ~0x00ff0000;
Note:
See TracChangeset
for help on using the changeset viewer.