diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2017-05-24 06:28:37 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2017-05-24 06:28:52 -0700 |
commit | 7c1d722554dc3422295a36da631e03503b676935 (patch) | |
tree | 3c6990706437f54fb42d009738eb8808eee9a19b /ChangeLog | |
parent | 666c0c5efa6db73632a6894bf028fef9f3b60d71 (diff) | |
download | glibc-7c1d722554dc3422295a36da631e03503b676935.tar glibc-7c1d722554dc3422295a36da631e03503b676935.tar.gz glibc-7c1d722554dc3422295a36da631e03503b676935.tar.bz2 glibc-7c1d722554dc3422295a36da631e03503b676935.zip |
x86: Use __get_cpu_features to get cpu_features
Remove is_intel, is_amd and max_cpuid macros. Use __get_cpu_features
to get cpu_features instead.
* sysdeps/x86/cacheinfo.c (is_intel): Removed.
(is_amd): Likewise.
(max_cpuid): Likewise.
(__cache_sysconf): Use __get_cpu_features to get cpu_features.
(init_cacheinfo): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2017-05-24 H.J. Lu <hongjiu.lu@intel.com> + + * sysdeps/x86/cacheinfo.c (is_intel): Removed. + (is_amd): Likewise. + (max_cpuid): Likewise. + (__cache_sysconf): Use __get_cpu_features to get cpu_features. + (init_cacheinfo): Likewise. + 2017-05-23 Joseph Myers <joseph@codesourcery.com> [BZ #21511] |