From patchwork Mon Mar 21 02:56:27 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zhiyuan Dai X-Patchwork-Id: 12786761 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id C1B4AC433F5 for ; Mon, 21 Mar 2022 02:57:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:List-Subscribe:List-Help: List-Post:List-Archive:List-Unsubscribe:List-Id:Message-Id:Date:Subject:Cc:To :From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=U5+yk5FUMrhRlDGEX8sYGfrDBkuzElsDaA64LKT8T1s=; b=cr8QLa9Kbb3p8Q k2lWjS3jxs1kjGwcwAI/YM0BFvGCG1Ni0BweQe1nZwLVPnCdWJuoFEaWxpyp1Hf9id1YgReMP5rOw ih3p2XImWgS9GUaqg0quCNEOJzL949d+gxNkw16LqhI+yWMTPbyLu0Rln9oAN8z0jyEbuIKTPy0bb MOHIUaXj+KBkesbaZuY4GZlu9caJZbXF1g1C/Qh4slsUkvu6kKn915E9M3vd5Szj4Jp6XGoEj5ycK +PtMVf3mIt73mAJQQ6+65sAAtuN2ZGzAv1S90YGQ+TUHubk2shzAc1sTOtKj+btBChnZz7boKS/fq 9OiPv8T5dwq4QztIxulA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nW8Dm-006Lfw-R8; Mon, 21 Mar 2022 02:56:38 +0000 Received: from zg8tmty3ljk5ljewns4xndka.icoremail.net ([167.99.105.149]) by bombadil.infradead.org with smtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nW8Dj-006LfH-IT for linux-arm-kernel@lists.infradead.org; Mon, 21 Mar 2022 02:56:36 +0000 Received: from prodtpl.icoremail.net (unknown [10.12.1.20]) by hzbj-icmmx-1 (Coremail) with SMTP id AQAAfwAnWG0U6Tdieq17Ag--.31239S2; Mon, 21 Mar 2022 10:55:16 +0800 (CST) Received: from centos7.localdomain (unknown [202.43.158.76]) by mail (Coremail) with SMTP id AQAAfwC3mqNc6TdiliUAAA--.1449S3; Mon, 21 Mar 2022 10:56:28 +0800 (CST) From: Zhiyuan Dai To: catalin.marinas@arm.com, will@kernel.org Cc: maz@kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Zhiyuan Dai Subject: [PATCH 1/2] arm64: Fix comments in macro __init_el2_gicv3 Date: Mon, 21 Mar 2022 10:56:27 +0800 Message-Id: <1647831387-3686-1-git-send-email-daizhiyuan@phytium.com.cn> X-Mailer: git-send-email 1.8.3.1 X-CM-TRANSID: AQAAfwC3mqNc6TdiliUAAA--.1449S3 X-CM-SenderInfo: hgdl6xpl1xt0o6sk53xlxphulrpou0/ Authentication-Results: hzbj-icmmx-1; spf=neutral smtp.mail=daizhiyuan @phytium.com.cn; X-Coremail-Antispam: 1Uk129KBjvdXoW7JFy3ArW3JFW5tryxtFW3Awb_yoWxKrXEkw 1fJw4rWFyrtr9xAw13t3W3G3yj9w1rJr97uF1FkwnrJw1DWrs8Gws7Zr1Ivr1rCw1UGF4f uan5JFW3CwnYgjkaLaAFLSUrUUUUUb8apTn2vfkv8UJUUUU8wcxFpf9Il3svdxBIdaVrnU Uv73VFW2AGmfu7jjvjm3AaLaJ3UjIYCTnIWjDUYxBIdaVFxhVjvjDU0xZFpf9x0zRUUUUU UUUU= X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220320_195635_633468_55B8CC75 X-CRM114-Status: UNSURE ( 8.04 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Fix typo in comment. Signed-off-by: Zhiyuan Dai --- 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