From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1944) id 05CFC3851525; Thu, 27 Oct 2022 13:53:53 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 05CFC3851525 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1666878833; bh=U3nZMvsUbqYN8cxPdBdryCoHiBwdxxKu5fU7JPBy4IU=; h=From:To:Subject:Date:From; b=xqNnh7suB2oX9/LKyXmnQ3aFb49LDZD18Lilzqh+QXRhySgrBs++NY8XRMcjvGzqO IBns7mDJD1M6PYNAVwDfyZq/fRbjDJ07uSOg0ktceBZe8Uv14nQtE4STkLq6Our+Z4 kMWRLCoSEzWiDgbuxjJ8jxSHkWJWcK6mq4wuuU/I= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Szabolcs Nagy To: glibc-cvs@sourceware.org Subject: [glibc/arm/morello/main] TODO(uapi): aarch64: morello: add HWCAP2_MORELLO X-Act-Checkin: glibc X-Git-Author: Szabolcs Nagy X-Git-Refname: refs/heads/arm/morello/main X-Git-Oldrev: 3f543eb41fa26df65f8fa1a1b37cff33c60c2705 X-Git-Newrev: ab15a586a0d679878bc3034bc1db5540cda63911 Message-Id: <20221027135353.05CFC3851525@sourceware.org> Date: Thu, 27 Oct 2022 13:53:53 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=ab15a586a0d679878bc3034bc1db5540cda63911 commit ab15a586a0d679878bc3034bc1db5540cda63911 Author: Szabolcs Nagy 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. */