]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: shmobile: Update EMEV2 to use scu_power_mode()
authorMagnus Damm <damm@opensource.se>
Wed, 13 Feb 2013 13:47:27 +0000 (22:47 +0900)
committerSimon Horman <horms+renesas@verge.net.au>
Tue, 19 Feb 2013 01:57:05 +0000 (10:57 +0900)
commit0590c87b3dbf93463810e5f0bb7853342bad321c
treebea8014b0995b30212f83fd74cd8feaac2b53896
parentf028b6e2838727066f592180c030850384724f74
ARM: shmobile: Update EMEV2 to use scu_power_mode()

Update the SMP code for EMEV2 to make use of the
shared SCU function scu_power_mode() together with
the early setup code in shmobile_secondary_vector_scu.

With this patch in place the secondary CPUs modify the
SCU setting during early boot instead of letting other
CPUs deal with the coherency setting before boot. In
other words, we used to setup coherency before boot
in emev2_boot_secondary() but that bit is now instead
handled by the code in shmobile_secondary_vector_scu.

Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/mach-shmobile/smp-emev2.c