Skip to content

Commit 4b7a59f

Browse files
zenonxiu81ctmarinas
authored andcommitted
Documentation/arm64: Fix the typo of register names
The register name 'HWFGWTR_EL2' and 'HWFGRTR_EL2' is wrong, should be 'HFGWTR_EL2' and 'HFGRTR_EL2'. Find the register description on arm website here, https://developer.arm.com/documentation/ddi0601/2025-09/AArch64-Registers/HFGWTR-EL2--Hypervisor-Fine-Grained-Write-Trap-Register https://developer.arm.com/documentation/ddi0601/2025-09/AArch64-Registers/HFGRTR-EL2--Hypervisor-Fine-Grained-Read-Trap-Register?lang=en Signed-off-by: Zenon Xiu <zenonxiu@outlook.com> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
1 parent 3a86608 commit 4b7a59f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Documentation/arch/arm64/booting.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -391,13 +391,13 @@ Before jumping into the kernel, the following conditions must be met:
391391
- SMCR_EL2.LEN must be initialised to the same value for all CPUs the
392392
kernel will execute on.
393393

394-
- HWFGRTR_EL2.nTPIDR2_EL0 (bit 55) must be initialised to 0b01.
394+
- HFGRTR_EL2.nTPIDR2_EL0 (bit 55) must be initialised to 0b01.
395395

396-
- HWFGWTR_EL2.nTPIDR2_EL0 (bit 55) must be initialised to 0b01.
396+
- HFGWTR_EL2.nTPIDR2_EL0 (bit 55) must be initialised to 0b01.
397397

398-
- HWFGRTR_EL2.nSMPRI_EL1 (bit 54) must be initialised to 0b01.
398+
- HFGRTR_EL2.nSMPRI_EL1 (bit 54) must be initialised to 0b01.
399399

400-
- HWFGWTR_EL2.nSMPRI_EL1 (bit 54) must be initialised to 0b01.
400+
- HFGWTR_EL2.nSMPRI_EL1 (bit 54) must be initialised to 0b01.
401401

402402
For CPUs with the Scalable Matrix Extension FA64 feature (FEAT_SME_FA64):
403403

0 commit comments

Comments
 (0)