[PATCH v8 05/38] arm64/sme: System register and exception syndrome definitions

Marc Zyngier maz at kernel.org
Tue Jan 25 03:25:31 PST 2022


On Tue, 25 Jan 2022 00:10:41 +0000,
Mark Brown <broonie at kernel.org> wrote:
> 
> +/* HFG[WR]TR_EL2 bit definitions */
> +#define HFGxTR_EL2_nTPIDR_EL0_SHIFT	55
> +#define HFGxTR_EL2_nTPIDR_EL0_MASK	(1 << HFGxTR_EL2_nTPIDR_EL0_SHIFT)

This annoyingly clashes with bit 35 of the same registers, which maps
to TPIDR_EL0. I have the feeling that this really should be TPIDR2_EL0.

	M.

-- 
Without deviation from the norm, progress is not possible.



More information about the linux-arm-kernel mailing list