Changeset 49899 in vbox for trunk/src/VBox/VMM/VMMR3
- Timestamp:
- Dec 13, 2013 4:17:46 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/CPUMR3Db.cpp
r49893 r49899 175 175 #include "cpus/Intel_Pentium_M_processor_2_00GHz.h" 176 176 #include "cpus/Intel_Core_i7_3960X.h" 177 #include "cpus/Intel_Core_i5_3570.h" 178 177 179 #include "cpus/AMD_FX_8150_Eight_Core.h" 178 180 #include "cpus/Quad_Core_AMD_Opteron_2384.h" … … 188 190 static CPUMDBENTRY const * const g_apCpumDbEntries[] = 189 191 { 192 #ifdef VBOX_CPUDB_Intel_Core_i5_3570 193 &g_Entry_Intel_Core_i5_3570, 194 #endif 190 195 #ifdef VBOX_CPUDB_Intel_Core_i7_3960X 191 196 &g_Entry_Intel_Core_i7_3960X,
Note:
See TracChangeset
for help on using the changeset viewer.