- Timestamp:
- Feb 19, 2010 1:10:03 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp
r26635 r26648 1079 1079 *pEdx = pCpuId->edx; 1080 1080 1081 if ( iLeaf == 1 1082 && pVM->cCpus > 1) 1081 if ( iLeaf == 1) 1083 1082 { 1084 1083 /* Bits 31-24: Initial APIC ID */ … … 1123 1122 level = 2; 1124 1123 type = 3; 1125 sharing = 2;1124 sharing = 1; 1126 1125 linesize = 64; 1127 1126 associativity = 24;
Note:
See TracChangeset
for help on using the changeset viewer.