OSDN Git Service

MIPS: SMP: Remove plat_smp_ops cpus_done method.
authorRalf Baechle <ralf@linux-mips.org>
Tue, 27 May 2014 08:56:23 +0000 (10:56 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Tue, 27 May 2014 09:06:42 +0000 (11:06 +0200)
commit1461df59f0de0ecdebf9db090164d793e5b94442
tree01a5abd7b29e050980b49146cfccce1abe21e7af
parent1d530fa42a317deca1c4a4780d18e2dbf316e0cb
MIPS: SMP: Remove plat_smp_ops cpus_done method.

Nothing was using the method and there isn't any need for this hook.  This
leaves smp_cpus_done() empty for the moment.

As suggested by Paul Bolle <pebolle@tiscali.nl>.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
14 files changed:
arch/mips/cavium-octeon/smp.c
arch/mips/include/asm/cmp.h
arch/mips/include/asm/smp-ops.h
arch/mips/kernel/smp-bmips.c
arch/mips/kernel/smp-cmp.c
arch/mips/kernel/smp-cps.c
arch/mips/kernel/smp-mt.c
arch/mips/kernel/smp-up.c
arch/mips/kernel/smp.c
arch/mips/loongson/loongson-3/smp.c
arch/mips/netlogic/common/smp.c
arch/mips/sgi-ip27/ip27-smp.c
arch/mips/sibyte/bcm1480/smp.c
arch/mips/sibyte/sb1250/smp.c