Skip to content

Commit

Permalink
docs: arm64: Fix ICC_SRE_EL2 register typo in booting.rst
Browse files Browse the repository at this point in the history
Fix trivial ICC_SRE_EL2 register spelling typo in booting.rst.

Signed-off-by: Lorenzo Pieralisi <lpieralisi@kernel.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: Will Deacon <will@kernel.org>
CC: Catalin Marinas <catalin.marinas@arm.com>
Link: https://lore.kernel.org/r/20250610120935.852034-1-lpieralisi@kernel.org
Signed-off-by: Will Deacon <will@kernel.org>
  • Loading branch information
Lorenzo Pieralisi authored and Will Deacon committed Jun 12, 2025
1 parent 19272b3 commit c0c7fa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/arch/arm64/booting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ Before jumping into the kernel, the following conditions must be met:

- If the kernel is entered at EL1:

- ICC.SRE_EL2.Enable (bit 3) must be initialised to 0b1
- ICC_SRE_EL2.Enable (bit 3) must be initialised to 0b1
- ICC_SRE_EL2.SRE (bit 0) must be initialised to 0b1.

- The DT or ACPI tables must describe a GICv3 interrupt controller.
Expand Down

0 comments on commit c0c7fa4

Please sign in to comment.