diff options
author | Michael Ellerman <mpe@ellerman.id.au> | 2015-03-19 05:15:20 +0100 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2015-04-07 09:15:13 +0200 |
commit | bf4981a00636347ddcef3fc008e4dd979380a851 (patch) | |
tree | f0493e9836174d170dafc2576ce6838f41f435c3 /arch/powerpc/include/asm/smp.h | |
parent | powerpc/powernv: Remove powernv RTAS support (diff) | |
download | linux-bf4981a00636347ddcef3fc008e4dd979380a851.tar.xz linux-bf4981a00636347ddcef3fc008e4dd979380a851.zip |
powerpc: Remove the celleb support
The celleb code has seen no actual development for ~7 years.
We (maintainers) have no access to test hardware, and it is highly
likely the code has bit-rotted.
As far as we're aware the hardware was never widely available, and is
certainly no longer available, and no one on the list has shown any
interest in it over the years.
So remove it. If anyone has one and cares please speak up.
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Acked-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Acked-by: Jeremy Kerr <jk@ozlabs.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 d607df5081a7..7c19959cd705 100644 --- a/arch/powerpc/include/asm/smp.h +++ b/arch/powerpc/include/asm/smp.h @@ -125,7 +125,6 @@ extern irqreturn_t smp_ipi_demux(void); void smp_init_pSeries(void); void smp_init_cell(void); -void smp_init_celleb(void); void smp_setup_cpu_maps(void); extern int __cpu_disable(void); |