2022-03-21 19:09:28

by Zhiyuan Dai

[permalink] [raw]
Subject: [PATCH 1/2] arm64: Fix comments in macro __init_el2_gicv3

Fix typo in comment.

Signed-off-by: Zhiyuan Dai <[email protected]>
---
arch/arm64/include/asm/el2_setup.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/include/asm/el2_setup.h b/arch/arm64/include/asm/el2_setup.h
index 7f3c87f..c31be7e 100644
--- 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 ICC_HCR_EL2 to defaults
+ msr_s SYS_ICH_HCR_EL2, xzr // Reset ICH_HCR_EL2 to defaults
.Lskip_gicv3_\@:
.endm

--
1.8.3.1


2022-04-05 02:26:48

by Will Deacon

[permalink] [raw]
Subject: Re: [PATCH 1/2] arm64: Fix comments in macro __init_el2_gicv3

On Mon, 21 Mar 2022 10:56:27 +0800, Zhiyuan Dai wrote:
> Fix typo in comment.
>
>

Applied to arm64 (for-next/fixes), thanks!

[1/2] arm64: Fix comments in macro __init_el2_gicv3
https://git.kernel.org/arm64/c/4dfa1f3657a0

Cheers,
--
Will

https://fixes.arm64.dev
https://next.arm64.dev
https://will.arm64.dev