Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932122AbbBJKfU (ORCPT ); Tue, 10 Feb 2015 05:35:20 -0500 Received: from eusmtp01.atmel.com ([212.144.249.242]:56047 "EHLO eusmtp01.atmel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754614AbbBJKfQ (ORCPT ); Tue, 10 Feb 2015 05:35:16 -0500 Message-ID: <54D9DED5.9090700@atmel.com> Date: Tue, 10 Feb 2015 11:35:01 +0100 From: Nicolas Ferre Organization: atmel User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Paul Bolle , Arnd Bergmann , "Thomas Petazzoni" , Russell King , Andrew Victor , Jean-Christophe Plagniol-Villard CC: Valentin Rothberg , , Subject: Re: [PATCH] ARM: mm: Remove Kconfig symbol CACHE_PL310 References: <1423562453.5346.18.camel@x220> In-Reply-To: <1423562453.5346.18.camel@x220> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit X-Originating-IP: [10.161.30.18] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1870 Lines: 60 Le 10/02/2015 11:00, Paul Bolle a écrit : > Commit 20e783e39e55 ("ARM: 8296/1: cache-l2x0: clean up aurora cache > handling") removed the only user of the Kconfig symbol CACHE_PL310. > Setting CACHE_PL310 is now pointless. Remove its Kconfig entry, and one > select of this symbol. > > Signed-off-by: Paul Bolle Okay then: Acked-by: Nicolas Ferre > --- > Please note that the commit hash is valid for next-20150209. So if the > tree that this commit is coming from will be rebased, or similar, it > shouldn't be used. > > arch/arm/mach-at91/Kconfig | 1 - > arch/arm/mm/Kconfig | 7 ------- > 2 files changed, 8 deletions(-) > > diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig > index c6740e359a44..c74a44324e5b 100644 > --- a/arch/arm/mach-at91/Kconfig > +++ b/arch/arm/mach-at91/Kconfig > @@ -64,7 +64,6 @@ config SOC_SAMA5D4 > select SOC_SAMA5 > select CLKSRC_MMIO > select CACHE_L2X0 > - select CACHE_PL310 > select HAVE_FB_ATMEL > select HAVE_AT91_UTMI > select HAVE_AT91_SMD > diff --git a/arch/arm/mm/Kconfig b/arch/arm/mm/Kconfig > index c43c71455566..9b4f29e595a4 100644 > --- a/arch/arm/mm/Kconfig > +++ b/arch/arm/mm/Kconfig > @@ -892,13 +892,6 @@ config CACHE_L2X0 > > if CACHE_L2X0 > > -config CACHE_PL310 > - bool > - default y if CPU_V7 && !(CPU_V6 || CPU_V6K) > - help > - This option enables optimisations for the PL310 cache > - controller. > - > config PL310_ERRATA_588369 > bool "PL310 errata: Clean & Invalidate maintenance operations do not invalidate clean lines" > help > -- Nicolas Ferre -- 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/