diff options
author | Stefan Liebler <stli@linux.ibm.com> | 2024-06-07 13:42:44 +0200 |
---|---|---|
committer | Stefan Liebler <stli@linux.ibm.com> | 2024-06-18 10:45:36 +0200 |
commit | e260ceb4aa85dfde1280a80bd6373b11b43266af (patch) | |
tree | 649cf6ed867447176da72b43fdceee59964a9f09 /sysdeps/sparc | |
parent | ad0aa1f54975bd20e30559930ea48a3568441ff4 (diff) | |
download | glibc-e260ceb4aa85dfde1280a80bd6373b11b43266af.zip glibc-e260ceb4aa85dfde1280a80bd6373b11b43266af.tar.gz glibc-e260ceb4aa85dfde1280a80bd6373b11b43266af.tar.bz2 |
elf: Remove HWCAP_IMPORTANT
Remove the definitions of HWCAP_IMPORTANT after removal of
LD_HWCAP_MASK / tunable glibc.cpu.hwcap_mask. There HWCAP_IMPORTANT
was used as default value.
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Diffstat (limited to 'sysdeps/sparc')
-rw-r--r-- | sysdeps/sparc/dl-procinfo.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sysdeps/sparc/dl-procinfo.h b/sysdeps/sparc/dl-procinfo.h index bd1cb65..7091787 100644 --- a/sysdeps/sparc/dl-procinfo.h +++ b/sysdeps/sparc/dl-procinfo.h @@ -52,9 +52,4 @@ _dl_hwcap_string (int idx) return GLRO(dl_sparc_cap_flags)[idx]; }; -#include <bits/wordsize.h> -#define HWCAP_IMPORTANT_V9 (__WORDSIZE == 64 ? 0 : HWCAP_SPARC_V9) -#define HWCAP_IMPORTANT (HWCAP_IMPORTANT_V9 | HWCAP_SPARC_ULTRA3 \ - | HWCAP_SPARC_BLKINIT | HWCAP_SPARC_N2) - #endif /* dl-procinfo.h */ |