Changeset 49966 in vbox for trunk/src/VBox/VMM/VMMR3
- Timestamp:
- Dec 17, 2013 8:43:23 PM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 91388
- Location:
- trunk/src/VBox/VMM/VMMR3
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/CPUMR3Db.cpp
r49952 r49966 173 173 174 174 175 #include "cpus/Intel_Pentium_M_processor_2_00GHz.h"176 175 #include "cpus/Intel_Core_i7_3960X.h" 177 176 #include "cpus/Intel_Core_i5_3570.h" 178 177 #include "cpus/Intel_Xeon_X5482_3_20GHz.h" 178 #include "cpus/Intel_Pentium_M_processor_2_00GHz.h" 179 #include "cpus/Intel_Pentium_4_3_00GHz.h" 179 180 180 181 #include "cpus/AMD_FX_8150_Eight_Core.h" 181 182 #include "cpus/AMD_Phenom_II_X6_1100T.h" 182 183 #include "cpus/Quad_Core_AMD_Opteron_2384.h" 184 #include "cpus/AMD_Athlon_64_3200.h" 183 185 184 186 … … 204 206 &g_Entry_Intel_Xeon_X5482_3_20GHz, 205 207 #endif 208 #ifdef VBOX_CPUDB_Intel_Pentium_4_3_00GHz 209 &g_Entry_Intel_Pentium_4_3_00GHz, 210 #endif 211 206 212 #ifdef VBOX_CPUDB_AMD_FX_8150_Eight_Core 207 213 &g_Entry_AMD_FX_8150_Eight_Core, … … 212 218 #ifdef VBOX_CPUDB_Quad_Core_AMD_Opteron_2384 213 219 &g_Entry_Quad_Core_AMD_Opteron_2384, 220 #endif 221 #ifdef VBOX_CPUDB_AMD_Athlon_64_3200 222 &g_Entry_AMD_Athlon_64_3200, 214 223 #endif 215 224 };
Note:
See TracChangeset
for help on using the changeset viewer.