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>
This commit is contained in:
committed by
Benjamin Herrenschmidt
parent
a56555e573
commit
d4fc8fe1f6
@ -257,22 +257,6 @@ void __init beatic_init_IRQ(void)
|
||||
irq_set_default_host(beatic_host);
|
||||
}
|
||||
|
||||
#ifdef CONFIG_SMP
|
||||
|
||||
/* Nullified to compile with SMP mode */
|
||||
void beatic_setup_cpu(int cpu)
|
||||
{
|
||||
}
|
||||
|
||||
void beatic_cause_IPI(int cpu, int mesg)
|
||||
{
|
||||
}
|
||||
|
||||
void beatic_request_IPIs(void)
|
||||
{
|
||||
}
|
||||
#endif /* CONFIG_SMP */
|
||||
|
||||
void beatic_deinit_IRQ(void)
|
||||
{
|
||||
int i;
|
||||
|
Reference in New Issue
Block a user