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