about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2022-06-01 14:43:06 +0000
committerJoseph Myers <joseph@codesourcery.com>2022-06-01 14:43:06 +0000
commit9d03bac7e7aa140dc3f48ac884e83265ee4f94c5 (patch)
tree19bbf5f293de55d4107268d4ccbfb05340264eaf
parent5a6f2cabb62b2d5e4c356718283b6cb7e440ac9c (diff)
downloadglibc-9d03bac7e7aa140dc3f48ac884e83265ee4f94c5.tar.gz
glibc-9d03bac7e7aa140dc3f48ac884e83265ee4f94c5.tar.xz
glibc-9d03bac7e7aa140dc3f48ac884e83265ee4f94c5.zip
Add HWCAP2_MTE3 from Linux 5.18 to AArch64 bits/hwcap.h
Linux 5.18 defines a new AArch64 HWCAP value HWCAP2_MTE3; add it to
glibc's sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h.

Tested with build-many-glibcs.py for aarch64-linux-gnu.
-rw-r--r--sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h b/sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h
index a1cf59270f..616239bb84 100644
--- a/sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h
+++ b/sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h
@@ -77,3 +77,4 @@
 #define HWCAP2_ECV		(1 << 19)
 #define HWCAP2_AFP		(1 << 20)
 #define HWCAP2_RPRES		(1 << 21)
+#define HWCAP2_MTE3		(1 << 22)