Skip to content

Commit

Permalink
arm64: Fix comments in macro __init_el2_gicv3
Browse files Browse the repository at this point in the history
Fix typo in comment.

Signed-off-by: Zhiyuan Dai <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Will Deacon <[email protected]>
  • Loading branch information
Zhiyuan Dai authored and willdeacon committed Apr 4, 2022
1 parent dd671f1 commit 4dfa1f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/include/asm/el2_setup.h
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
isb // Make sure SRE is now set
mrs_s x0, SYS_ICC_SRE_EL2 // Read SRE back,
tbz x0, #0, .Lskip_gicv3_\@ // and check that it sticks
msr_s SYS_ICH_HCR_EL2, xzr // Reset ICC_HCR_EL2 to defaults
msr_s SYS_ICH_HCR_EL2, xzr // Reset ICH_HCR_EL2 to defaults
.Lskip_gicv3_\@:
.endm

Expand Down

0 comments on commit 4dfa1f3

Please sign in to comment.