]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Add HWCAP2_AFP, HWCAP2_RPRES from Linux 5.17 to AArch64 bits/hwcap.h
authorJoseph Myers <joseph@codesourcery.com>
Mon, 28 Mar 2022 13:16:48 +0000 (13:16 +0000)
committerFlorian Weimer <fweimer@redhat.com>
Tue, 3 May 2022 09:08:52 +0000 (11:08 +0200)
Add the new HWCAP2_AFP and HWCAP2_RPRES constants from Linux 5.17.
Tested with build-many-glibcs.py for aarch64-linux-gnu.

(cherry picked from commit 866c599182e87f116440b5d854f9e99533c48eb3)

sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h

index 04cc762015a7230a1184d647c705eb36d1aaef93..9a5c4116b3fe990322c48cc0eccee39f0680c1b0 100644 (file)
@@ -75,3 +75,5 @@
 #define HWCAP2_BTI             (1 << 17)
 #define HWCAP2_MTE             (1 << 18)
 #define HWCAP2_ECV             (1 << 19)
+#define HWCAP2_AFP             (1 << 20)
+#define HWCAP2_RPRES           (1 << 21)