summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/cell/beat_interrupt.h
diff options
context:
space:
mode:
authorMilton Miller <miltonm@bga.com>2011-05-10 19:29:28 +0000
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2011-05-19 15:30:59 +1000
commitd4fc8fe1f66f46493d3c56436685eef3b5b32b07 (patch)
treed6b3c92222a0df0b60cf1182981fa343c7d527ae /arch/powerpc/platforms/cell/beat_interrupt.h
parenta56555e573d3740d588d912aada506d57759cf5d (diff)
downloadop-kernel-dev-d4fc8fe1f66f46493d3c56436685eef3b5b32b07.zip
op-kernel-dev-d4fc8fe1f66f46493d3c56436685eef3b5b32b07.tar.gz
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>
Diffstat (limited to 'arch/powerpc/platforms/cell/beat_interrupt.h')
-rw-r--r--arch/powerpc/platforms/cell/beat_interrupt.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/powerpc/platforms/cell/beat_interrupt.h b/arch/powerpc/platforms/cell/beat_interrupt.h
index b470fd0..a7e52f9 100644
--- a/arch/powerpc/platforms/cell/beat_interrupt.h
+++ b/arch/powerpc/platforms/cell/beat_interrupt.h
@@ -24,9 +24,6 @@
extern void beatic_init_IRQ(void);
extern unsigned int beatic_get_irq(void);
-extern void beatic_cause_IPI(int cpu, int mesg);
-extern void beatic_request_IPIs(void);
-extern void beatic_setup_cpu(int);
extern void beatic_deinit_IRQ(void);
#endif
OpenPOWER on IntegriCloud