]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
aarch64: morello: update HWCAP2_MORELLO value
authorSzabolcs Nagy <szabolcs.nagy@arm.com>
Tue, 23 Aug 2022 15:37:25 +0000 (16:37 +0100)
committerSzabolcs Nagy <szabolcs.nagy@arm.com>
Wed, 12 Oct 2022 13:22:03 +0000 (14:22 +0100)
Unfortunately this will keep changing during the development
as upstream linux did not want to reserve a bit for morello.

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

index d61ab83d9ecb9758d23b5897f4f306c0127bd9e0..29c1fe0c0e4e77be82a7e3bdd50e1e7ff14f9e5a 100644 (file)
@@ -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.  */