Clarified CPU_MODEL_JAKETOWN.

This commit is contained in:
PMheart 2019-02-08 18:52:35 +08:00
parent 4ddb8be311
commit 3fb2e171b6
2 changed files with 2 additions and 2 deletions

View File

@ -164,7 +164,7 @@ enum {
#define CPU_MODEL_WESTMERE 0x2C ///< Gulftown, Westmere-EP, Westmere-WS
#define CPU_MODEL_WESTMERE_EX 0x2F
#define CPU_MODEL_SANDYBRIDGE 0x2A ///< Sandy Bridge
#define CPU_MODEL_JAKETOWN 0x2D ///< Sandy Bridge Xeon
#define CPU_MODEL_JAKETOWN 0x2D ///< Sandy Bridge Xeon E5, Core i7 Extreme
#define CPU_MODEL_IVYBRIDGE 0x3A ///< Ivy Bridge
#define CPU_MODEL_IVYBRIDGE_EP 0x3E
#define CPU_MODEL_CRYSTALWELL 0x46

View File

@ -1254,7 +1254,7 @@ CreateAppleProcessorType (
// Pentium, Celeron
//
case CPU_MODEL_SANDYBRIDGE: // 0x2A
case CPU_MODEL_JAKETOWN: // 0x2D, SNB-E, not used by Apple
case CPU_MODEL_JAKETOWN: // 0x2D, SNB-E, not used by Apple
if (CpuInfo->AppleMajorType == AppleProcessorMajorI3) {
// FIXME: used by Apple on iMac12,1 (EDU, i3-2100), not confirmed yet