Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754815AbaFWJBt (ORCPT ); Mon, 23 Jun 2014 05:01:49 -0400 Received: from cpsmtpb-ews07.kpnxchange.com ([213.75.39.10]:60013 "EHLO cpsmtpb-ews07.kpnxchange.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752905AbaFWJBr (ORCPT ); Mon, 23 Jun 2014 05:01:47 -0400 Message-ID: <1403514104.12982.20.camel@x220> Subject: [PATCH v2] ARM: mvebu: rename ARM_ERRATA_753970 From: Paul Bolle To: Jason Cooper , Andrew Lunn , Gregory CLEMENT , Sebastian Hesselbarth , ". Russell King - ARM Linux" Cc: Thomas Petazzoni , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Date: Mon, 23 Jun 2014 11:01:44 +0200 In-Reply-To: <20140620205340.GX32514@n2100.arm.linux.org.uk> References: <201404052101.19381.arnd@arndb.de> <201404052104.11363.arnd@arndb.de> <1396777049.30640.9.camel@x220> <53418889.2050002@free-electrons.com> <1396805315.7723.8.camel@x220> <1401094871.25902.20.camel@x220> <20140620202100.GG21711@titan.lakedaemon.net> <20140620205340.GX32514@n2100.arm.linux.org.uk> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.10.4 (3.10.4-2.fc20) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 23 Jun 2014 09:01:44.0605 (UTC) FILETIME=[C1AA9CD0:01CF8EC1] X-RcptDomain: vger.kernel.org Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org ARM_ERRATA_753970 was renamed to PL310_ERRATA_753970 in v3.2, through commit fa0ce4035d48 ("ARM: 7162/1: errata: tidy up Kconfig options for PL310 errata workarounds"). Two selects were added in v3.15 that still use the previous name. Rename these. Signed-off-by: Paul Bolle --- v2: redone on top of next-21040623, and therefor on top of commit a641f3a6abce ("ARM: l2c: fix dependencies on PL310 errata symbols"). Dropped the "if CACHE_PL310" fragments used in v1. No need to use "if CACHE_L2X0" instead. Both CACHE_PL310 and CACHE_L2X0 will be (indirectly) selected if MACH_ARMADA_375 or MACH_ARMADA_38X are set. Tested only with "make ARCH=arm menuconfig". So not compile tested! If that's not acceptable please let me know. (I have no access to these machines so runtime testing is not possible for me.) Perhaps we want something similar for v3.15+ stable. But that would require a different patch (v1 could probably be used for stable). arch/arm/mach-mvebu/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-mvebu/Kconfig b/arch/arm/mach-mvebu/Kconfig index 955d4a3afabd..8d4cf4fa118a 100644 --- a/arch/arm/mach-mvebu/Kconfig +++ b/arch/arm/mach-mvebu/Kconfig @@ -33,7 +33,7 @@ config MACH_ARMADA_370 config MACH_ARMADA_375 bool "Marvell Armada 375 boards" if ARCH_MULTI_V7 select ARM_ERRATA_720789 - select ARM_ERRATA_753970 + select PL310_ERRATA_753970 select ARM_GIC select ARMADA_375_CLK select HAVE_ARM_SCU @@ -48,7 +48,7 @@ config MACH_ARMADA_375 config MACH_ARMADA_38X bool "Marvell Armada 380/385 boards" if ARCH_MULTI_V7 select ARM_ERRATA_720789 - select ARM_ERRATA_753970 + select PL310_ERRATA_753970 select ARM_GIC select ARMADA_38X_CLK select HAVE_ARM_SCU -- 1.9.3 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/