From: Szabolcs Nagy Date: Wed, 13 Jul 2022 12:49:00 +0000 (+0100) Subject: TODO(uapi): aarch64: morello: add HWCAP2_MORELLO X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab15a586a0d679878bc3034bc1db5540cda63911;p=thirdparty%2Fglibc.git TODO(uapi): aarch64: morello: add HWCAP2_MORELLO TODO: this is the value in the 5.18 kernel, will change later. --- diff --git a/sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h b/sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h index 616239bb847..29c1fe0c0e4 100644 --- a/sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h +++ b/sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h @@ -78,3 +78,4 @@ #define HWCAP2_AFP (1 << 20) #define HWCAP2_RPRES (1 << 21) #define HWCAP2_MTE3 (1 << 22) +#define HWCAP2_MORELLO (1UL << 31) /* FIXME: This bit will change. */