diff mbox series

S390: Mark vx and vxe as important hwcap.

Message ID 56b400f3-d791-f26d-c1b8-d214dc84e018@linux.ibm.com
State New
Headers show
Series S390: Mark vx and vxe as important hwcap. | expand

Commit Message

Stefan Liebler March 20, 2019, 9:09 a.m. UTC
Hi,

this patch adds vx and vxe as important hwcaps
which allows one to provide shared libraries
tuned for platforms with non-vx/-vxe, vx or vxe.

Bye,
Stefan

ChangeLog:

	* sysdeps/s390/dl-procinfo.h (HWCAP_IMPORTANT):
	Add HWCAP_S390_VX and HWCAP_S390_VXE.

Comments

Stefan Liebler March 21, 2019, 8:37 a.m. UTC | #1
On 3/20/19 10:09 AM, Stefan Liebler wrote:
> Hi,
> 
> this patch adds vx and vxe as important hwcaps
> which allows one to provide shared libraries
> tuned for platforms with non-vx/-vxe, vx or vxe.
> 
> Bye,
> Stefan
> 
> ChangeLog:
> 
>      * sysdeps/s390/dl-procinfo.h (HWCAP_IMPORTANT):
>      Add HWCAP_S390_VX and HWCAP_S390_VXE.

I've committed this patch to master and backported it to 2.27, 2.28, 
2.29 release branches.
diff mbox series

Patch

commit 778878ec72df9766c862665e6e7599306d5587b6
Author: Stefan Liebler <stli@linux.ibm.com>
Date:   Wed Mar 20 10:02:44 2019 +0100

    S390: Mark vx and vxe as important hwcap.
    
    This patch adds vx and vxe as important hwcaps
    which allows one to provide shared libraries
    tuned for platforms with non-vx/-vxe, vx or vxe.
    
    ChangeLog:
    
            * sysdeps/s390/dl-procinfo.h (HWCAP_IMPORTANT):
            Add HWCAP_S390_VX and HWCAP_S390_VXE.

diff --git a/sysdeps/s390/dl-procinfo.h b/sysdeps/s390/dl-procinfo.h
index b4b81fc70a..99697ae649 100644
--- a/sysdeps/s390/dl-procinfo.h
+++ b/sysdeps/s390/dl-procinfo.h
@@ -57,7 +57,8 @@  enum
 };
 
 #define HWCAP_IMPORTANT (HWCAP_S390_ZARCH | HWCAP_S390_LDISP \
-			  | HWCAP_S390_EIMM | HWCAP_S390_DFP)
+			 | HWCAP_S390_EIMM | HWCAP_S390_DFP  \
+			 | HWCAP_S390_VX | HWCAP_S390_VXE)
 
 /* We cannot provide a general printing function.  */
 #define _dl_procinfo(type, word) -1