Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757902Ab0LBPZJ (ORCPT ); Thu, 2 Dec 2010 10:25:09 -0500 Received: from caramon.arm.linux.org.uk ([78.32.30.218]:33634 "EHLO caramon.arm.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757662Ab0LBPZH (ORCPT ); Thu, 2 Dec 2010 10:25:07 -0500 Date: Thu, 2 Dec 2010 15:24:28 +0000 From: Russell King - ARM Linux To: Catalin Marinas Cc: Anton Vorontsov , Kukjin Kim , Srinidhi Kasagar , Tony Lindgren , Jamie Iles , Colin Cross , linux-kernel@vger.kernel.org, linux-samsung-soc@vger.kernel.org, Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= , linux-tegra@vger.kernel.org, linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 1/8] ARM: SCU: Add common routines for secondary CPU bootup Message-ID: <20101202152428.GD10461@n2100.arm.linux.org.uk> References: <20101130171626.GA6165@oksana.dev.rtsoft.ru> <20101130171658.GA24034@oksana.dev.rtsoft.ru> <20101130233204.GB14383@n2100.arm.linux.org.uk> <20101201002527.GC14383@n2100.arm.linux.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.19 (2009-01-05) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1791 Lines: 36 On Thu, Dec 02, 2010 at 03:19:05PM +0000, Catalin Marinas wrote: > On 1 December 2010 00:25, Russell King - ARM Linux > wrote: > > On Tue, Nov 30, 2010 at 11:32:04PM +0000, Russell King - ARM Linux wrote: > >> Note that I'll go with factoring this out into arch/arm/kernel/smp_scu.c > >> for the time being, but I'm not convinced about the other parts yet. > > > > IOW, something like the attached. ?I've gone a little further and removed > > the now unnecessary scu_enable() and scu_get_core_count() global functions, > > making scu_enable() static, and eliminating scu_get_core_count() entirely. > > There is some benefit in leaving get_core_count() in the platform > code. For example, the SCU on Cortex-A15 doesn't expose the core count > register and we have to get it from somewhere else (for now from some > L2 cache controller register but in the future it may be hardcoded, > passed via FDT or simply trying to boot maxcpus). I notice that there's no way to tell what revision of SCU is implemented on _any_ mpcore platform. In light of that, I think there's no point what so ever trying to consolidate this code - even the control register bits vary in unpredictable ways between different MPcore implementations. So we can't say "this is a SCU X and this is its register layout." And really, having it undetectable except via DT (which from what I can see, isn't happening any time soon) or via a command line argument isn't acceptable. So I think the idea of consolidating the SCU code is a lost cause. -- 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/