diff options
author | Jeff Lane <jeffrey.lane@canonical.com> | 2021-03-10 16:31:28 -0500 |
---|---|---|
committer | Jeff Lane <jeffrey.lane@canonical.com> | 2021-03-10 16:31:28 -0500 |
commit | e436486ef5d72c7dba0c7142e1d8a7a7dadf1dc3 (patch) | |
tree | 413075884bd2c1100afc47b4f3d813add7cf66ad /bin | |
parent | 25fbafa5254782a8cfb1db8dc01629d38312bc27 (diff) |
bin/cpuid.py: remove incorrect ICL CPUIDs lp: #1918483
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/cpuid.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/cpuid.py b/bin/cpuid.py index 000aa31..05a9629 100755 --- a/bin/cpuid.py +++ b/bin/cpuid.py @@ -115,8 +115,7 @@ CPUIDS = { '0x806ea', '0x906ea', '0x906eb', '0x906ec', '0x906ed'], "Cooper Lake": ['0x5065a', '0x5065b'], "Haswell": ['0x306c', '0x4065', '0x4066', '0x306f'], - "Ice Lake": [ - '0x606e6', '0x606e8', '0x606a6', '0x606a8', '0x706e'], + "Ice Lake": ['0x606e6', '0x606a6', '0x706e6'], "Ivy Bridge": ['0x306a', '0x306e'], "Kaby Lake": ['0x806e9', '0x906e9'], "Knights Landing": ['0x5067'], |