Changeset 50656 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Feb 28, 2014 8:04:22 PM (11 years ago)
- Location:
- trunk/src/VBox/VMM/VMMR3
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/CPUMR3Db.cpp
r50653 r50656 177 177 #include "cpus/Intel_Core_i7_3960X.h" 178 178 #include "cpus/Intel_Core_i5_3570.h" 179 #include "cpus/Intel_Core_i7_2635QM.h" 179 180 #include "cpus/Intel_Xeon_X5482_3_20GHz.h" 180 181 #include "cpus/Intel_Pentium_M_processor_2_00GHz.h" … … 210 211 #ifdef VBOX_CPUDB_Intel_Core_i7_3960X 211 212 &g_Entry_Intel_Core_i7_3960X, 213 #endif 214 #ifdef VBOX_CPUDB_Intel_Core_i7_2635QM 215 &g_Entry_Intel_Core_i7_2635QM, 212 216 #endif 213 217 #ifdef Intel_Pentium_M_processor_2_00GHz
Note:
See TracChangeset
for help on using the changeset viewer.