RealView: Move the SCU initialisation out of __v6_setup
authorCatalin Marinas <catalin.marinas@arm.com>
Fri, 18 Apr 2008 21:43:08 +0000 (22:43 +0100)
committerCatalin Marinas <catalin.marinas@arm.com>
Fri, 18 Apr 2008 21:43:08 +0000 (22:43 +0100)
This patch moves the SCU initialisation from __v6_setup to the
smp_prepare_cpus() function as it relies on platform-specific
settings. Changes to get_core_count() are mainly for allowing cleaner
code with the upcoming PB11MPCore patches.

Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>

No differences found