about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2017-05-24 06:28:37 -0700
committerH.J. Lu <hjl.tools@gmail.com>2017-05-24 06:28:52 -0700
commit7c1d722554dc3422295a36da631e03503b676935 (patch)
tree3c6990706437f54fb42d009738eb8808eee9a19b /ChangeLog
parent666c0c5efa6db73632a6894bf028fef9f3b60d71 (diff)
downloadglibc-7c1d722554dc3422295a36da631e03503b676935.tar.gz
glibc-7c1d722554dc3422295a36da631e03503b676935.tar.xz
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--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 865c7e9960..80a6c3ec97 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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]