Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Aug 2023 23:48:11 +0100
From:      Jessica Clarke <jrtc27@freebsd.org>
To:        Andrew Turner <andrew@FreeBSD.org>
Cc:        "src-committers@freebsd.org" <src-committers@FreeBSD.org>, "dev-commits-src-all@freebsd.org" <dev-commits-src-all@FreeBSD.org>, "dev-commits-src-main@freebsd.org" <dev-commits-src-main@FreeBSD.org>
Subject:   Re: git: c65679143f82 - main - arm64: Decode the ID_AA64MMFR3_EL1 register
Message-ID:  <C887D59F-7096-4BF9-A99C-2DE65A3E6596@freebsd.org>
In-Reply-To: <202307281208.36SC85hG062153@gitrepo.freebsd.org>
References:  <202307281208.36SC85hG062153@gitrepo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 28 Jul 2023, at 13:08, Andrew Turner <andrew@FreeBSD.org> wrote:
>=20
> The branch main has been updated by andrew:
>=20
> URL: =
https://cgit.FreeBSD.org/src/commit/?id=3Dc65679143f82e28b3aa078f16311350c=
31a33776
>=20
> commit c65679143f82e28b3aa078f16311350c31a33776
> Author:     Andrew Turner <andrew@FreeBSD.org>
> AuthorDate: 2023-07-06 13:28:23 +0000
> Commit:     Andrew Turner <andrew@FreeBSD.org>
> CommitDate: 2023-07-28 11:53:02 +0000
>=20
>    arm64: Decode the ID_AA64MMFR3_EL1 register
>=20
>    Sponsored by:   Arm Ltd
>    Differential Revision:  https://reviews.freebsd.org/D40893
> ---
> sys/arm64/arm64/identcpu.c | 39 =
+++++++++++++++++++++++++++++++++++++++
> sys/arm64/include/armreg.h | 28 ++++++++++++++++++++++++++++
> 2 files changed, 67 insertions(+)
>=20
> diff --git a/sys/arm64/arm64/identcpu.c b/sys/arm64/arm64/identcpu.c
> index 7117e48ee061..047bb07dc337 100644
> --- a/sys/arm64/arm64/identcpu.c
> +++ b/sys/arm64/arm64/identcpu.c
> @@ -139,6 +139,7 @@ struct cpu_desc {
> uint64_t id_aa64mmfr0;
> uint64_t id_aa64mmfr1;
> uint64_t id_aa64mmfr2;
> + uint64_t id_aa64mmfr3;
> uint64_t id_aa64pfr0;
> uint64_t id_aa64pfr1;
> uint64_t id_aa64zfr0;
> @@ -1265,6 +1266,37 @@ static const struct mrs_field =
id_aa64mmfr2_fields[] =3D {
> };
>=20
>=20
> +/* ID_AA64MMFR2_EL1 */

You have a copy/paste error here.

Jess




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?C887D59F-7096-4BF9-A99C-2DE65A3E6596>