Remove model 0x3f from Haswell
* config/i386/cpuinfo.c (get_intel_cpu): Remove model 0x3f from Haswell. From-SVN: r206208
This commit is contained in:
parent
c37025917c
commit
8d2ae544f1
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2013-12-25 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* config/i386/cpuinfo.c (get_intel_cpu): Remove model 0x3f from
|
||||
Haswell.
|
||||
|
||||
2013-12-25 Allan Sandfeld Jensen <sandfeld@kde.org>
|
||||
H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
|
|
|
@ -222,7 +222,6 @@ get_intel_cpu (unsigned int family, unsigned int model, unsigned int brand_id)
|
|||
__cpu_model.__cpu_subtype = INTEL_COREI7_IVYBRIDGE;
|
||||
break;
|
||||
case 0x3c:
|
||||
case 0x3f:
|
||||
case 0x45:
|
||||
case 0x46:
|
||||
/* Haswell. */
|
||||
|
|
Loading…
Add table
Reference in a new issue