Skip to content

Commit 4dfa1f3

Browse files
Zhiyuan Daiwilldeacon
authored andcommitted
arm64: Fix comments in macro __init_el2_gicv3
Fix typo in comment. Signed-off-by: Zhiyuan Dai <daizhiyuan@phytium.com.cn> Link: https://lore.kernel.org/r/1647831387-3686-1-git-send-email-daizhiyuan@phytium.com.cn Signed-off-by: Will Deacon <will@kernel.org>
1 parent dd671f1 commit 4dfa1f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/include/asm/el2_setup.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
isb // Make sure SRE is now set
108108
mrs_s x0, SYS_ICC_SRE_EL2 // Read SRE back,
109109
tbz x0, #0, .Lskip_gicv3_\@ // and check that it sticks
110-
msr_s SYS_ICH_HCR_EL2, xzr // Reset ICC_HCR_EL2 to defaults
110+
msr_s SYS_ICH_HCR_EL2, xzr // Reset ICH_HCR_EL2 to defaults
111111
.Lskip_gicv3_\@:
112112
.endm
113113

0 commit comments

Comments
 (0)