]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: mvebu: use CPU_METHOD_OF_DECLARE for SMP on Armada XP
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 14 Apr 2014 13:53:59 +0000 (15:53 +0200)
committerJason Cooper <jason@lakedaemon.net>
Thu, 24 Apr 2014 05:42:39 +0000 (05:42 +0000)
commit48c4cf0652bcbe5eb787196e5288024e6127eb51
tree24ed635e0f426b0dee02a49d0a272b099456b37e
parentd2a1b375de9c65585b8abbc014427988131c2a58
ARM: mvebu: use CPU_METHOD_OF_DECLARE for SMP on Armada XP

This commit adds the CPU_METHOD_OF_DECLARE declaration for the Armada
XP SMP operations. Note that the .smp_ops field of Armada XP
DT_MACHINE structure is kept, in order to ensure we remain compatible
with older Device Trees that do not include the "enable-method"
property for the CPUs.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Link: https://lkml.kernel.org/r/1397483648-26611-3-git-send-email-thomas.petazzoni@free-electrons.com
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Documentation/devicetree/bindings/arm/cpus.txt
arch/arm/mach-mvebu/platsmp.c