Changeset 26649 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Feb 19, 2010 1:16:11 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 57859
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/CPUMAllRegs.cpp
r26648 r26649 1122 1122 level = 2; 1123 1123 type = 3; 1124 sharing = 1;1124 sharing = cores; /* our L2 cache is modelled as shared between all cores */ 1125 1125 linesize = 64; 1126 1126 associativity = 24;
Note:
See TracChangeset
for help on using the changeset viewer.