[glibc/arm/morello/main] TODO(uapi): aarch64: morello: add HWCAP2_MORELLO

Szabolcs Nagy nsz@sourceware.org
Fri Aug 5 19:37:42 GMT 2022


https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=d74b1622926499b3f89ada0d37e4e8e130f5e230

commit d74b1622926499b3f89ada0d37e4e8e130f5e230
Author: Szabolcs Nagy <szabolcs.nagy@arm.com>
Date:   Wed Jul 13 13:49:00 2022 +0100

    TODO(uapi): aarch64: morello: add HWCAP2_MORELLO
    
    TODO: the value will change

Diff:
---
 sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h b/sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h
index 616239bb84..d61ab83d9e 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		(1 << 19) /* FIXME: This bit will change.  */


More information about the Glibc-cvs mailing list