diff options
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2011-02-11 12:46:41 +1100 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2011-04-01 15:37:12 +1100 |
commit | b527d07114fdab83f39040c69b4b0a4b1b232c16 (patch) | |
tree | 7b264e427fcf71d829c8469a0720fe81974a0bb7 /arch/powerpc/include/asm/smp.h | |
parent | 4fcb8833af3355065bd8bffcd338eabc6f3a38a0 (diff) | |
download | op-kernel-dev-b527d07114fdab83f39040c69b4b0a4b1b232c16.zip op-kernel-dev-b527d07114fdab83f39040c69b4b0a4b1b232c16.tar.gz |
powerpc/smp: Remove unused generic_cpu_enable()
Nobody uses it, besides we should always use the normal __cpu_up
path anyways
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/include/asm/smp.h')
-rw-r--r-- | arch/powerpc/include/asm/smp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/smp.h b/arch/powerpc/include/asm/smp.h index 1de0e97..a629b6f 100644 --- a/arch/powerpc/include/asm/smp.h +++ b/arch/powerpc/include/asm/smp.h @@ -43,7 +43,6 @@ DECLARE_PER_CPU(unsigned int, cpu_pvr); #ifdef CONFIG_HOTPLUG_CPU extern void fixup_irqs(const struct cpumask *map); int generic_cpu_disable(void); -int generic_cpu_enable(unsigned int cpu); void generic_cpu_die(unsigned int cpu); void generic_mach_cpu_die(void); #endif |