From d0f8457e6b682fe06a9a025d982058bb4abf3012 Mon Sep 17 00:00:00 2001 From: Andreas Krebbel Date: Thu, 8 Nov 2012 09:53:00 +0100 Subject: S/390: Add hwcap value for transactional execution. --- sysdeps/unix/sysv/linux/s390/bits/hwcap.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sysdeps/unix') diff --git a/sysdeps/unix/sysv/linux/s390/bits/hwcap.h b/sysdeps/unix/sysv/linux/s390/bits/hwcap.h index 7f03ffe461..59d68b0f60 100644 --- a/sysdeps/unix/sysv/linux/s390/bits/hwcap.h +++ b/sysdeps/unix/sysv/linux/s390/bits/hwcap.h @@ -34,3 +34,4 @@ #define HWCAP_S390_HPAGE 128 #define HWCAP_S390_ETF3EH 256 #define HWCAP_S390_HIGH_GPRS 512 +#define HWCAP_S390_TE 1024 -- cgit 1.4.1