public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Szabolcs Nagy <nsz@sourceware.org>
To: glibc-cvs@sourceware.org
Subject: [glibc/arm/morello/main] aarch64: morello: update HWCAP2_MORELLO value
Date: Wed, 12 Oct 2022 14:16:15 +0000 (GMT)	[thread overview]
Message-ID: <20221012141615.7F077385084D@sourceware.org> (raw)

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

commit 284e4f17554381cac5f9b90cf85a1f3fc7fce6f3
Author: Szabolcs Nagy <szabolcs.nagy@arm.com>
Date:   Tue Aug 23 16:37:25 2022 +0100

    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:
---
 sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h b/sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h
index d61ab83d9e..29c1fe0c0e 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.  */

                 reply	other threads:[~2022-10-12 14:16 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221012141615.7F077385084D@sourceware.org \
    --to=nsz@sourceware.org \
    --cc=glibc-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).