077c9d
commit 61f5e9470fb397a4c334938ac5a667427d9047df
077c9d
Author: Stefan Liebler <stli@linux.ibm.com>
077c9d
Date:   Thu Mar 21 09:14:26 2019 +0100
077c9d
077c9d
    S390: Mark vx and vxe as important hwcap.
077c9d
    
077c9d
    This patch adds vx and vxe as important hwcaps
077c9d
    which allows one to provide shared libraries
077c9d
    tuned for platforms with non-vx/-vxe, vx or vxe.
077c9d
    
077c9d
    ChangeLog:
077c9d
    
077c9d
            * sysdeps/s390/dl-procinfo.h (HWCAP_IMPORTANT):
077c9d
            Add HWCAP_S390_VX and HWCAP_S390_VXE.
077c9d
077c9d
diff --git a/sysdeps/s390/dl-procinfo.h b/sysdeps/s390/dl-procinfo.h
077c9d
index b0383bfb4cef7972..f71d64c3ab24e715 100644
077c9d
--- a/sysdeps/s390/dl-procinfo.h
077c9d
+++ b/sysdeps/s390/dl-procinfo.h
077c9d
@@ -57,7 +57,8 @@ enum
077c9d
 };
077c9d
 
077c9d
 #define HWCAP_IMPORTANT (HWCAP_S390_ZARCH | HWCAP_S390_LDISP \
077c9d
-			  | HWCAP_S390_EIMM | HWCAP_S390_DFP)
077c9d
+			 | HWCAP_S390_EIMM | HWCAP_S390_DFP  \
077c9d
+			 | HWCAP_S390_VX | HWCAP_S390_VXE)
077c9d
 
077c9d
 /* We cannot provide a general printing function.  */
077c9d
 #define _dl_procinfo(type, word) -1