[PATCH 1/8] ARM: SCU: Add common routines for secondary CPU bootup

Catalin Marinas catalin.marinas at arm.com
Thu Dec 2 10:19:05 EST 2010


On 1 December 2010 00:25, Russell King - ARM Linux
<linux at arm.linux.org.uk> 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).

-- 
Catalin



More information about the linux-arm-kernel mailing list