]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf08428269dc02d7684f5d04025c643603b22183e
treed6b3c92222a0df0b60cf1182981fa343c7d527ae
parent5ebfa3e55c987255e02509d98a7d6a397a09239a
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