]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
docs: arm64: Fix ICC_SRE_EL2 register typo in booting.rst
authorLorenzo Pieralisi <lpieralisi@kernel.org>
Tue, 10 Jun 2025 12:09:35 +0000 (14:09 +0200)
committerWill Deacon <will@kernel.org>
Thu, 12 Jun 2025 14:50:00 +0000 (15:50 +0100)
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>
Documentation/arch/arm64/booting.rst

index dee7b6de864fcfe739bb526c5510972c079bcbce..ee9b790c0d72f4d78d2eb11eba4c21153adf005e 100644 (file)
@@ -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.