From e260ceb4aa85dfde1280a80bd6373b11b43266af Mon Sep 17 00:00:00 2001 From: Stefan Liebler Date: Fri, 7 Jun 2024 13:42:44 +0200 Subject: 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 --- sysdeps/s390/dl-procinfo.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'sysdeps/s390') diff --git a/sysdeps/s390/dl-procinfo.h b/sysdeps/s390/dl-procinfo.h index 7092ed1e2d..45dd11c189 100644 --- a/sysdeps/s390/dl-procinfo.h +++ b/sysdeps/s390/dl-procinfo.h @@ -59,11 +59,6 @@ enum HWCAP_S390_SIE = 1 << 22, }; -#define HWCAP_IMPORTANT (HWCAP_S390_ZARCH | HWCAP_S390_LDISP \ - | HWCAP_S390_EIMM | HWCAP_S390_DFP \ - | HWCAP_S390_VX | HWCAP_S390_VXE \ - | HWCAP_S390_VXRS_EXT2) - /* We cannot provide a general printing function. */ #define _dl_procinfo(type, word) -1 -- cgit v1.2.3