commit | b8f510219edc719d4c305918e16edc578bcfc16f | [log] [tgz] |
---|---|---|
author | Michael Ellerman <michael@ellerman.id.au> | Fri Nov 04 12:09:42 2005 +1100 |
committer | Michael Ellerman <michael@ellerman.id.au> | Fri Nov 04 12:09:42 2005 +1100 |
tree | 7f0303abf4ce15d1f35516ee36fc8aebc270db6d | |
parent | 40765d2b8b86446b4ac8ec880cf4fdf56ce4ae7e [diff] |
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 <michael@ellerman.id.au> Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>