From: Russell King Date: Fri, 3 Dec 2010 11:09:48 +0000 (+0000) Subject: ARM: SMP: consolidate the common parts of smp_prepare_cpus() X-Git-Tag: v2.6.38-rc1~471^2~2^2^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05c74a6cbcfb416286a947668ba32f63d99fe74a;p=pandora-kernel.git 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 --- Reading git-diff-tree failed