]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.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, 8 May 2014 16:07:45 +0000 (16:07 +0000)
commit2c9b2240bee340711048589023eb057f23fda356
tree24ed635e0f426b0dee02a49d0a272b099456b37e
parent05ad690608098b469d6052c700d96c35e697a955
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