From patchwork Thu Feb 15 13:21:51 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 13558379 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 D441BC4829E for ; Thu, 15 Feb 2024 13:22:14 +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:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version: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=Lnc4DGh0YNpijMtGmr53hu+6Q/tV9l/Yf11hLqQGUo8=; b=yiq35G8GAwLiZ/ WZMj+eTxlUglt/Bhs1lg6C4GWCPk6kRlNHv4saKH2azFwP3TliRFeJKVvSevunST3JR7EZ06nMrqW Oi/snzoTtgHgQal8003HlMNRC8f9TSelAoBBLCOx2nRiT3p5ThEGIeISTjutiCLXFqf7QvkeeAfdQ hPsjCp7c1c+EA1YcPGfJZ4PgYV/2SgkrGpJ8Cs3r/rOvArNuv3+9wLJ+HeqDjaUDE1JGYsLpD56pF psHDIx4M2mhKdmF9RfZM/bBIIznYqdIGxh5GC7PC4Xk/O6HbGcxiGc7J0yFfSSUacTWFZarwF4jVC D+cl8r+Zp13it4Vde04Q==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1rabgg-0000000GMlo-3g2W; Thu, 15 Feb 2024 13:22:02 +0000 Received: from albert.telenet-ops.be ([2a02:1800:110:4::f00:1a]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1rabgd-0000000GMkv-2a4Y for linux-arm-kernel@lists.infradead.org; Thu, 15 Feb 2024 13:22:01 +0000 Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed40:ac52:3a54:2a84:d65a]) by albert.telenet-ops.be with bizsmtp id nRMv2B00B0LVNSS06RMvtV; Thu, 15 Feb 2024 14:21:55 +0100 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtp (Exim 4.95) (envelope-from ) id 1rabgS-000gyk-4X; Thu, 15 Feb 2024 14:21:55 +0100 Received: from geert by rox.of.borg with local (Exim 4.95) (envelope-from ) id 1rabgZ-00HZby-F9; Thu, 15 Feb 2024 14:21:55 +0100 From: Geert Uytterhoeven To: Russell King , Arnd Bergmann Cc: linux-arm-kernel@lists.infradead.org, Geert Uytterhoeven Subject: [PATCH resend] ARM: Kconfig: Spelling s/Cortex A-/Cortex-A/ Date: Thu, 15 Feb 2024 14:21:51 +0100 Message-Id: X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240215_052159_812852_CAFC62F1 X-CRM114-Status: GOOD ( 11.94 ) 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: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Fix a misspelling of "Cortex-A9", to make it easier to find which errata are applicable to Cortex-A9 CPU cores. Signed-off-by: Geert Uytterhoeven --- arch/arm/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 0af6709570d147f3..ed2249fbb839eb16 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -732,7 +732,7 @@ config ARM_ERRATA_764319 bool "ARM errata: Read to DBGPRSR and DBGOSLSR may generate Undefined instruction" depends on CPU_V7 help - This option enables the workaround for the 764319 Cortex A-9 erratum. + This option enables the workaround for the 764319 Cortex-A9 erratum. CP14 read accesses to the DBGPRSR and DBGOSLSR registers generate an unexpected Undefined Instruction exception when the DBGSWENABLE external pin is set to 0, even when the CP14 accesses are performed