commit | 05c74a6cbcfb416286a947668ba32f63d99fe74a | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Fri Dec 03 11:09:48 2010 +0000 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Mon Dec 20 15:09:08 2010 +0000 |
tree | 96f4dd3d5cbc67b14b93e9630f4f02becaa1a66a | |
parent | aec66ba1f75c2030cf66f5a21d1c81aa83aa5d95 [diff] |
ARM: SMP: consolidate the common parts of smp_prepare_cpus() There is a certain amount of smp_prepare_cpus() which doesn't belong in the platform support code - that is, code which is invariant to the SMP implementation. Move this code into arch/arm/kernel/smp.c, and add a platform_ prefix to the original function. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>