powerpc: Remove stubbed beat smp support
authorMilton Miller <miltonm@bga.com>
Tue, 10 May 2011 19:29:28 +0000 (19:29 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Thu, 19 May 2011 05:30:59 +0000 (15:30 +1000)
commitd4fc8fe1f66f46493d3c56436685eef3b5b32b07
treed6b3c92222a0df0b60cf1182981fa343c7d527ae
parenta56555e573d3740d588d912aada506d57759cf5d
powerpc: Remove stubbed beat smp support

I have no idea if the beat hypervisor supports multiple cpus in
a partition, but the code has not been touched since these stubs
were added in February of 2007 except to move them in April of 2008.
These are stubs: start_cpu always returns fail (which is dropped),
the message passing and reciving are empty functions, and the top
of file comment says "Incomplete".

Signed-off-by: Milton Miller <miltonm@bga.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/platforms/cell/Makefile
arch/powerpc/platforms/cell/beat_interrupt.c
arch/powerpc/platforms/cell/beat_interrupt.h
arch/powerpc/platforms/cell/beat_smp.c [deleted file]
arch/powerpc/platforms/cell/celleb_setup.c
This page took 0.024287 seconds and 5 git commands to generate.