ARM: smp: Make SMP operations mandatory
authorMarc Zyngier <marc.zyngier@arm.com>
Tue, 27 Sep 2011 13:48:23 +0000 (14:48 +0100)
committerArnd Bergmann <arnd@arndb.de>
Fri, 14 Sep 2012 09:15:01 +0000 (11:15 +0200)
commitac6c7998712d55bd15aa2dd5ae85f5988c0cb526
tree4701fee21c526e5aefc46fb1ba48e81383086ace
parent2d8b21d95f44989e09fd9b36ca9f061ad5bc567e
ARM: smp: Make SMP operations mandatory

Now that all SMP platforms have been converted to use struct
smp_operations, remove the "weak" attribute from the hooks
in smp.c, and make the functions static wherever possible.

Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
Acked-by: Nicolas Pitre <nico@linaro.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/include/asm/smp.h
arch/arm/kernel/smp.c