diff options
author | Benjamin Herrenschmidt | 2011-02-11 12:49:01 +1100 |
---|---|---|
committer | Benjamin Herrenschmidt | 2011-04-01 15:37:14 +1100 |
commit | 7a53a4fe707a93a33f6c5d42173bf213cb6ff71d (patch) | |
tree | 535df74d0db6ef01e827a68e024e1042d8e3bff9 /arch/powerpc/platforms | |
parent | b527d07114fdab83f39040c69b4b0a4b1b232c16 (diff) |
powerpc/smp: Remove unused smp_ops->cpu_enable()
Remove the last remnants of cpu_enable(), everybody uses the normal
__cpu_up() path now
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/platforms')
-rw-r--r-- | arch/powerpc/platforms/powermac/smp.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/powerpc/platforms/powermac/smp.c b/arch/powerpc/platforms/powermac/smp.c index c95215f4f8b6..ebd2b7e037f0 100644 --- a/arch/powerpc/platforms/powermac/smp.c +++ b/arch/powerpc/platforms/powermac/smp.c @@ -923,8 +923,6 @@ struct smp_ops_t core99_smp_ops = { # if defined(CONFIG_PPC64) .cpu_disable = generic_cpu_disable, .cpu_die = generic_cpu_die, - /* intentionally do *NOT* assign cpu_enable, - * the generic code will use kick_cpu then! */ # endif #endif }; |