From 7c1d722554dc3422295a36da631e03503b676935 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Wed, 24 May 2017 06:28:37 -0700 Subject: 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. --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 865c7e9960..80a6c3ec97 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2017-05-24 H.J. Lu + + * 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 [BZ #21511] -- cgit v1.2.3-70-g09d2