original_kernel/arch/powerpc/platforms/85xx
Michael Ellerman de30097476 powerpc/smp: smp_ops->kick_cpu() should be able to fail
When we start a cpu we use smp_ops->kick_cpu(), which currently
returns void, it should be able to fail. Convert it to return
int, and update all uses.

Convert all the current error cases to return -ENOENT, which is
what would eventually be returned by __cpu_up() currently when
it doesn't detect the cpu as coming up in time.

Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
2011-04-20 17:01:18 +10:00
..
Kconfig
Makefile
corenet_ds.c
corenet_ds.h
ksi8560.c powerpc: Convert to new irq_* function names 2011-03-29 14:48:12 +02:00
mpc85xx_ads.c powerpc: Convert to new irq_* function names 2011-03-29 14:48:12 +02:00
mpc85xx_cds.c powerpc: Convert to new irq_* function names 2011-03-29 14:48:12 +02:00
mpc85xx_ds.c powerpc: Convert to new irq_* function names 2011-03-29 14:48:12 +02:00
mpc85xx_mds.c ppc: fix comment typo singal -> signal 2011-01-03 16:10:41 +01:00
mpc85xx_rdb.c
mpc8536_ds.c
p1022_ds.c
p3041_ds.c
p4080_ds.c
p5020_ds.c
sbc8548.c
sbc8560.c powerpc: Convert to new irq_* function names 2011-03-29 14:48:12 +02:00
smp.c powerpc/smp: smp_ops->kick_cpu() should be able to fail 2011-04-20 17:01:18 +10:00
socrates.c
socrates_fpga_pic.c powerpc: Convert to new irq_* function names 2011-03-29 14:48:12 +02:00
socrates_fpga_pic.h
stx_gp3.c powerpc: Convert to new irq_* function names 2011-03-29 14:48:12 +02:00
tqm85xx.c powerpc: Convert to new irq_* function names 2011-03-29 14:48:12 +02:00
xes_mpc85xx.c