projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd671f1
)
arm64: Fix comments in macro __init_el2_gicv3
author
Zhiyuan Dai
<daizhiyuan@phytium.com.cn>
Mon, 21 Mar 2022 02:56:27 +0000
(10:56 +0800)
committer
Will Deacon
<will@kernel.org>
Mon, 4 Apr 2022 09:35:12 +0000
(10:35 +0100)
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>
arch/arm64/include/asm/el2_setup.h
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm64/include/asm/el2_setup.h
b/arch/arm64/include/asm/el2_setup.h
index 7f3c87f7a0cec758928c9d46dcce97058b0e413e..c31be7eda9df413aaef23c8a59a883efccf0047a 100644
(file)
--- a/
arch/arm64/include/asm/el2_setup.h
+++ b/
arch/arm64/include/asm/el2_setup.h
@@
-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 IC
C
_HCR_EL2 to defaults
+ msr_s SYS_ICH_HCR_EL2, xzr // Reset IC
H
_HCR_EL2 to defaults
.Lskip_gicv3_\@:
.endm