[x86] Atom check includes AMT
authorweiliang.lin <weiliang.lin@intel.com>
Thu, 19 Mar 2015 14:32:50 +0000 (07:32 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 19 Mar 2015 14:32:55 +0000 (14:32 +0000)
BUG=

Review URL: https://codereview.chromium.org/998883002

Cr-Commit-Position: refs/heads/master@{#27315}

src/base/cpu.cc

index 84cd231..872b20d 100644 (file)
@@ -385,6 +385,8 @@ CPU::CPU()
         case 0x37:  // SLM
         case 0x4a:
         case 0x4d:
+        case 0x4c:  // AMT
+        case 0x6e:
           is_atom_ = true;
       }
     }