[PATCH] arm64/sysreg: Update ID_AA64MMFR2_EL1 register

Will Deacon will at kernel.org
Fri Apr 19 06:46:23 PDT 2024


On Fri, Apr 19, 2024 at 07:43:25AM +0530, Anshuman Khandual wrote:
> This updates ID_AA64MMFR2_EL1.VARange register fields as per the definition
> based on DDI0601 2024-03.
> 
> Cc: Catalin Marinas <catalin.marinas at arm.com>
> Cc: Will Deacon <will at kernel.org>
> Cc: Mark Brown <broonie at kernel.org>
> Cc: linux-arm-kernel at lists.infradead.org
> Cc: linux-kernel at vger.kernel.org
> Signed-off-by: Anshuman Khandual <anshuman.khandual at arm.com>
> ---
> This applies on v6.9-rc4
> 
>  arch/arm64/tools/sysreg | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm64/tools/sysreg b/arch/arm64/tools/sysreg
> index a4c1dd4741a4..6d7213dcbeb5 100644
> --- a/arch/arm64/tools/sysreg
> +++ b/arch/arm64/tools/sysreg
> @@ -1739,6 +1739,7 @@ EndEnum
>  UnsignedEnum	19:16	VARange
>  	0b0000	48
>  	0b0001	52
> +	0b0010	56

Is anybody using this? I'm not sure there's a lot of value in adding
these fields one-by-one for the sake of completeness.

Will



More information about the linux-arm-kernel mailing list