[PATCH v5 21/28] arm64/sysreg: Convert ID_AA64MMFR0_EL1 to automatic generation
Kristina Martsenko
kristina.martsenko at arm.com
Fri Sep 2 10:58:42 PDT 2022
On 30/08/2022 11:21, Mark Brown wrote:
> Automatically generate most of the defines for ID_AA64MMFR0_EL1 mostly as
> per DDI0487H.a. Due to the large amount of MixedCase in this register which
> isn't really consistent with either the kernel style or the majority of the
> architecture the use of upper case is preserved. We also leave in place a
> number of min/max/default value definitions which don't flow from the
> architecture definitions.
>
> No functional changes.
>
> Signed-off-by: Mark Brown <broonie at kernel.org>
> ---
> +Enum 7:4 ASIDBITS
> + 0b0000 8
> + 0b0001 16
ASIDBITS 16 should be 0b0010.
Thanks,
Kristina
More information about the linux-arm-kernel
mailing list