From: Marc Zyngier Date: Tue, 12 Jun 2012 10:16:27 +0000 (+0100) Subject: ARM: consolidate pen_release instead of having per platform definitions X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~54^2~4^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28e8e29c616f947348cc66bea684d0035c76021a;p=pandora-kernel.git ARM: consolidate pen_release instead of having per platform definitions Almost each SMP platform defines pen_release to manage booting secondary CPUs. This of course clashes with the single zImage effort. Add the pen_release definition to the ARM SMP code, and remove all others. This should only be used by platforms which lack any kind of CPU power management... Reported-by: Arnd Bergmann Signed-off-by: Marc Zyngier Acked-by: Nicolas Pitre Signed-off-by: Arnd Bergmann --- Reading git-diff-tree failed