From: Szabolcs Nagy Date: Tue, 23 Aug 2022 15:37:25 +0000 (+0100) Subject: aarch64: morello: update HWCAP2_MORELLO value X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=284e4f17554381cac5f9b90cf85a1f3fc7fce6f3;p=thirdparty%2Fglibc.git aarch64: morello: update HWCAP2_MORELLO value Unfortunately this will keep changing during the development as upstream linux did not want to reserve a bit for morello. --- diff --git a/sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h b/sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h index d61ab83d9ec..29c1fe0c0e4 100644 --- a/sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h +++ b/sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h @@ -78,4 +78,4 @@ #define HWCAP2_AFP (1 << 20) #define HWCAP2_RPRES (1 << 21) #define HWCAP2_MTE3 (1 << 22) -#define HWCAP2_MORELLO (1 << 19) /* FIXME: This bit will change. */ +#define HWCAP2_MORELLO (1UL << 31) /* FIXME: This bit will change. */