From 25251c0707fe34f30a27381a5fabc35435a96621 Mon Sep 17 00:00:00 2001 From: Stefan Liebler Date: Tue, 16 Feb 2021 16:18:56 +0100 Subject: S390: Add new hwcap values. The new hwcap values indicate support for arch14 architecture. --- sysdeps/unix/sysv/linux/s390/bits/hwcap.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sysdeps/unix/sysv/linux/s390/bits') diff --git a/sysdeps/unix/sysv/linux/s390/bits/hwcap.h b/sysdeps/unix/sysv/linux/s390/bits/hwcap.h index 696616e779..e9bd3684db 100644 --- a/sysdeps/unix/sysv/linux/s390/bits/hwcap.h +++ b/sysdeps/unix/sysv/linux/s390/bits/hwcap.h @@ -46,3 +46,5 @@ #define HWCAP_S390_VXRS_PDE 65536 #define HWCAP_S390_SORT 131072 #define HWCAP_S390_DFLT 262144 +#define HWCAP_S390_VXRS_PDE2 524288 +#define HWCAP_S390_NNPA 1048576 -- cgit 1.4.1