Commit 8d2ae544 by H.J. Lu Committed by H.J. Lu

Remove model 0x3f from Haswell

	* config/i386/cpuinfo.c (get_intel_cpu): Remove model 0x3f from
	Haswell.

From-SVN: r206208
parent c3702591
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> 2013-12-25 Allan Sandfeld Jensen <sandfeld@kde.org>
H.J. Lu <hongjiu.lu@intel.com> H.J. Lu <hongjiu.lu@intel.com>
......
...@@ -222,7 +222,6 @@ get_intel_cpu (unsigned int family, unsigned int model, unsigned int brand_id) ...@@ -222,7 +222,6 @@ get_intel_cpu (unsigned int family, unsigned int model, unsigned int brand_id)
__cpu_model.__cpu_subtype = INTEL_COREI7_IVYBRIDGE; __cpu_model.__cpu_subtype = INTEL_COREI7_IVYBRIDGE;
break; break;
case 0x3c: case 0x3c:
case 0x3f:
case 0x45: case 0x45:
case 0x46: case 0x46:
/* Haswell. */ /* Haswell. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment