[PATCH v1] arm64/booting: Add missing colon to FA64 entry
Will Deacon
will at kernel.org
Mon Nov 7 08:18:53 PST 2022
On Wed, Oct 19, 2022 at 01:09:42PM +0100, Mark Brown wrote:
> The booting documentation for FEAT_SME_FA64 is missing a colon that is
> normally present, add it.
>
> Signed-off-by: Mark Brown <broonie at kernel.org>
> ---
> Documentation/arm64/booting.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/arm64/booting.rst b/Documentation/arm64/booting.rst
> index 8aefa1001ae5..cb1069761009 100644
> --- a/Documentation/arm64/booting.rst
> +++ b/Documentation/arm64/booting.rst
> @@ -340,7 +340,7 @@ Before jumping into the kernel, the following conditions must be met:
> - SMCR_EL2.LEN must be initialised to the same value for all CPUs the
> kernel will execute on.
>
> - For CPUs with the Scalable Matrix Extension FA64 feature (FEAT_SME_FA64)
> + For CPUs with the Scalable Matrix Extension FA64 feature (FEAT_SME_FA64):
>
> - If EL3 is present:
This doesn't apply against -rc4.
Will
More information about the linux-arm-kernel
mailing list