commit | b7b0ba942f7b18de678cd081902aad8a0b6581c6 | [log] [tgz] |
---|---|---|
author | Catalin Marinas <catalin.marinas@arm.com> | Fri Apr 18 22:43:08 2008 +0100 |
committer | Catalin Marinas <catalin.marinas@arm.com> | Fri Apr 18 22:43:08 2008 +0100 |
tree | 65e36cdf831906876bc558ab6d40db58d9ba5e92 | |
parent | cb170a45d69b573a08247acfbbff3b9d6e6e2f8f [diff] |
RealView: Move the SCU initialisation out of __v6_setup 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>