]> git.ipfire.org Git - thirdparty/glibc.git/commit
Disable TSX on some Haswell processors.
authorAndrew Senkevich <andrew.senkevich@intel.com>
Mon, 19 Dec 2016 10:20:31 +0000 (13:20 +0300)
committerAndrew Senkevich <andrew.senkevich@intel.com>
Mon, 19 Dec 2016 11:15:57 +0000 (14:15 +0300)
commit2702856bf45c82cf8e69f2064f5aa15c0ceb6359
treee40c77e7ecb5974aedb1ba173bc52d1aa183898f
parent7051390094c124e4b98e6c57a8b47890b212c299
Disable TSX on some Haswell processors.

Patch disables Intel TSX on some Haswell processors to avoid TSX
on kernels that weren't updated with the latest microcode package
(which disables broken feature by default).

    * sysdeps/x86/cpu-features.c (get_common_indeces): Add
    stepping identification.
    (init_cpu_features): Add handle of Haswell.
ChangeLog
sysdeps/x86/cpu-features.c