diff options
author | Mark Brown <broonie@kernel.org> | 2022-11-07 18:19:12 +0100 |
---|---|---|
committer | Will Deacon <will@kernel.org> | 2022-11-08 15:00:36 +0100 |
commit | 8a8112d888556b038687f3cfbb7c5a3f5fdb3116 (patch) | |
tree | 8f89979ecaffd61a36f7be25bd6ad54a6783d2bc /Documentation/arm64/booting.rst | |
parent | arm64/mm: Drop ARM64_KERNEL_USES_PMD_MAPS (diff) | |
download | linux-8a8112d888556b038687f3cfbb7c5a3f5fdb3116.tar.xz linux-8a8112d888556b038687f3cfbb7c5a3f5fdb3116.zip |
arm64/booting: Add missing colon to FA64 entry
The booting documentation for FEAT_SME_FA64 is missing a colon that is
normally present, add it.
Signed-off-by: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20221107171913.294565-1-broonie@kernel.org
Signed-off-by: Will Deacon <will@kernel.org>
Diffstat (limited to 'Documentation/arm64/booting.rst')
-rw-r--r-- | Documentation/arm64/booting.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/arm64/booting.rst b/Documentation/arm64/booting.rst index 8c324ad638de..62ddba739d99 100644 --- a/Documentation/arm64/booting.rst +++ b/Documentation/arm64/booting.rst @@ -348,7 +348,7 @@ Before jumping into the kernel, the following conditions must be met: - HWFGWTR_EL2.nSMPRI_EL1 (bit 54) must be initialised to 0b01. - 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: |