[PATCH] docs: arm64: Fix ICC_SRE_EL2 register typo in booting.rst

Lorenzo Pieralisi lpieralisi at kernel.org
Tue Jun 10 05:09:35 PDT 2025


Fix trivial ICC_SRE_EL2 register spelling typo in booting.rst.

Signed-off-by: Lorenzo Pieralisi <lpieralisi at kernel.org>
Cc: Jonathan Corbet <corbet at lwn.net>
Cc: Will Deacon <will at kernel.org>
CC: Catalin Marinas <catalin.marinas at arm.com>
---
 Documentation/arch/arm64/booting.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/arch/arm64/booting.rst b/Documentation/arch/arm64/booting.rst
index dee7b6de864f..ee9b790c0d72 100644
--- a/Documentation/arch/arm64/booting.rst
+++ b/Documentation/arch/arm64/booting.rst
@@ -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.
-- 
2.48.0




More information about the linux-arm-kernel mailing list