public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc/arm/morello/main] TODO(uapi): aarch64: morello: add HWCAP2_MORELLO
@ 2022-08-05 19:37 Szabolcs Nagy
  0 siblings, 0 replies; 4+ messages in thread
From: Szabolcs Nagy @ 2022-08-05 19:37 UTC (permalink / raw)
  To: glibc-cvs

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.  */


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [glibc/arm/morello/main] TODO(uapi): aarch64: morello: add HWCAP2_MORELLO
@ 2022-11-23 14:43 Szabolcs Nagy
  0 siblings, 0 replies; 4+ messages in thread
From: Szabolcs Nagy @ 2022-11-23 14:43 UTC (permalink / raw)
  To: glibc-cvs

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

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

    TODO(uapi): aarch64: morello: add HWCAP2_MORELLO
    
    TODO: this is the value in the 5.18 kernel, will change later.

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..29c1fe0c0e 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.  */

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [glibc/arm/morello/main] TODO(uapi): aarch64: morello: add HWCAP2_MORELLO
@ 2022-10-27 13:53 Szabolcs Nagy
  0 siblings, 0 replies; 4+ messages in thread
From: Szabolcs Nagy @ 2022-10-27 13:53 UTC (permalink / raw)
  To: glibc-cvs

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

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

    TODO(uapi): aarch64: morello: add HWCAP2_MORELLO
    
    TODO: this is the value in the 5.18 kernel, will change later.

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..29c1fe0c0e 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.  */

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [glibc/arm/morello/main] TODO(uapi): aarch64: morello: add HWCAP2_MORELLO
@ 2022-10-26 15:15 Szabolcs Nagy
  0 siblings, 0 replies; 4+ messages in thread
From: Szabolcs Nagy @ 2022-10-26 15:15 UTC (permalink / raw)
  To: glibc-cvs

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

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

    TODO(uapi): aarch64: morello: add HWCAP2_MORELLO
    
    TODO: this is the value in the 5.18 kernel, will change later.

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..29c1fe0c0e 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.  */

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-11-23 14:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-05 19:37 [glibc/arm/morello/main] TODO(uapi): aarch64: morello: add HWCAP2_MORELLO Szabolcs Nagy
2022-10-26 15:15 Szabolcs Nagy
2022-10-27 13:53 Szabolcs Nagy
2022-11-23 14:43 Szabolcs Nagy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).