From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1944) id B5A40384B123; Wed, 26 Oct 2022 15:15:16 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B5A40384B123 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1666797316; bh=Wtb3R8F8b8UNv+A3Mz92A1AbpBMdwg4FGHCuE2KvDrA=; h=From:To:Subject:Date:From; b=xRDj7X+GbaWvexmVMRMFr8NLK3WBgDjl8uc4ao46pgNE6cvfHyTAFMYYmrxfJxlA/ 8Lr8bP/6fYjgFr+RDoPuEMfFMD0qUl8hIlkIKwVYmaE182jpWy5m419qSYb95vm/3d i/rlYlYKRbsvPdotLdTf08tDz0uDg3EcwAlW2PMo= 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: 52c2f9f524e6a3e1ebdd92169da6d4f68bd48ce3 X-Git-Newrev: 3aeceb027ec1550b31ff1560c5c1f18bc36477bc Message-Id: <20221026151516.B5A40384B123@sourceware.org> Date: Wed, 26 Oct 2022 15:15:16 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=3aeceb027ec1550b31ff1560c5c1f18bc36477bc commit 3aeceb027ec1550b31ff1560c5c1f18bc36477bc 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. */