From: Michael Ellerman Date: Fri, 4 Nov 2005 01:09:42 +0000 (+1100) Subject: powerpc: Implement smp_release_cpus() in C not asm X-Git-Tag: v2.6.15-rc1~726^2~3^2~3^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8f510219edc719d4c305918e16edc578bcfc16f;p=pandora-kernel.git powerpc: Implement smp_release_cpus() in C not asm There's no reason for smp_release_cpus() to be asm, and most people can make more sense of C code. Add an extern declaration to smp.h and remove the custom one in machine_kexec.c Signed-off-by: Michael Ellerman Signed-off-by: Stephen Rothwell --- Reading git-diff-tree failed