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:
H.J. Lu 2013-12-26 01:48:24 +00:00 committed by H.J. Lu
parent c37025917c
commit 8d2ae544f1
2 changed files with 5 additions and 1 deletions

View file

@ -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>

View file

@ -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. */