]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: sun6i: Use CPU_METHOD_OF_DECLARE
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Fri, 18 Apr 2014 19:01:50 +0000 (21:01 +0200)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Sat, 17 May 2014 16:42:00 +0000 (18:42 +0200)
commit42710dcffc374ed6f38fbfd645d8cf4c48c1c62c
tree003a0e7a54896b5e1dc5df0e76a44295b655418f
parent2e2bde8ab2507575e4d7d022efc0a715bb08cfa5
ARM: sun6i: Use CPU_METHOD_OF_DECLARE

CPU_METHOD_OF_DECLARE allows to bind the smp_ops to a set of cpus through the
enable-method property, instead of relying on the machine to define it. Switch
to it to get closer to an empty machine.

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
arch/arm/mach-sunxi/platsmp.c