]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
TODO(uapi): aarch64: morello: add HWCAP2_MORELLO
authorSzabolcs Nagy <szabolcs.nagy@arm.com>
Wed, 13 Jul 2022 12:49:00 +0000 (13:49 +0100)
committerSzabolcs Nagy <szabolcs.nagy@arm.com>
Thu, 27 Oct 2022 13:46:51 +0000 (14:46 +0100)
TODO: this is the value in the 5.18 kernel, will change later.

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

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