From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1944) id 1E6FE3853D7A; Wed, 23 Nov 2022 14:43:46 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1E6FE3853D7A DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1669214626; bh=sPSK3uzndUkBz1HrLlmnjGg8wyFh2LH/j7P3HgAVmqM=; h=From:To:Subject:Date:From; b=QQmXDy+6dMaearszfmxazh7IGew6xol44WVcvy8kfWtFbeXEmrP9hQg+oFZztMsMh DOwOQ5nH8J5JKXXYpd86gFA0uDm7Fd3kj0+ECdMW2vD1FwC1N728Jhybt8JmYBbcV5 HyrQC4bYXpSrdpndaakEkfXjPyJaTiUWcjrBmwcg= 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: fba741bfba74795da84de0be8c0c869947693607 X-Git-Newrev: ded659bdea1e028ac44c62e7559ffab823765e24 Message-Id: <20221123144346.1E6FE3853D7A@sourceware.org> Date: Wed, 23 Nov 2022 14:43:46 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=ded659bdea1e028ac44c62e7559ffab823765e24 commit ded659bdea1e028ac44c62e7559ffab823765e24 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. */