From patchwork Wed Aug 30 14:54:58 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 13370310 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 E6156C83F01 for ; Wed, 30 Aug 2023 14:55:32 +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=ZpnyMuzLG/QJQRge1ZC6U9E2fnr/La0MGWhDg64URtw=; b=Nofqyqf28Ujbjk U1nFiKh90GxI3AD3P6Z1NsiYNZ7WzD/fPPH9PU7fo0vM5HW2wEitOMIrs2H6EnLWGx8xE6k5+jv77 RPPXfZ8unS6UVmx3yQPccjzQsmxq4NjUf11B5CWA/ZQ9pifCafGnGlZaeeXHmWmdtLK3L4pZrAAd3 +W62r5DW+j3Q0aHpSxWKV4zLdIG4WqNs5i4n3Zq41m54PsKhFCJ6FXvF+7eEzjI1/UqN74aWXANjj 2mfaNEXptuGlWyW14HR8aLEqY6Ufc08cR295UD02eGbjPN0qXcf7EQX1xouzqzt8BgFVrpBC4YFc8 TnRcfs157DcS4nMbzDVA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qbMb4-00Dhwc-1i; Wed, 30 Aug 2023 14:55:06 +0000 Received: from xavier.telenet-ops.be ([2a02:1800:120:4::f00:14]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qbMb1-00Dhvm-1h for linux-arm-kernel@lists.infradead.org; Wed, 30 Aug 2023 14:55:04 +0000 Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed40:6c13:6b1b:7366:87c0]) by xavier.telenet-ops.be with bizsmtp id fquz2A00S3874jb01quz9o; Wed, 30 Aug 2023 16:54:59 +0200 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtp (Exim 4.95) (envelope-from ) id 1qbMal-0023mn-F9; Wed, 30 Aug 2023 16:54:59 +0200 Received: from geert by rox.of.borg with local (Exim 4.95) (envelope-from ) id 1qbMax-005Lhk-9x; Wed, 30 Aug 2023 16:54:59 +0200 From: Geert Uytterhoeven To: Russell King , Arnd Bergmann , Linus Walleij Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH] ARM: Kconfig: Spelling s/Cortex A-/Cortex-A/ Date: Wed, 30 Aug 2023 16:54:58 +0200 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-20230830_075503_705150_A178EA3A X-CRM114-Status: GOOD ( 12.40 ) 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 7a27550ff3c1f817..029b40f8a39e380d 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -818,7 +818,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