From: Magnus Damm Date: Wed, 13 Feb 2013 13:47:27 +0000 (+0900) Subject: ARM: shmobile: Update EMEV2 to use scu_power_mode() X-Git-Tag: omap-for-v3.10/fixes-for-merge-window~8^2~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1af4b3fa1912f20a3dd1e231e90b439c0226b9b1;p=pandora-kernel.git 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 Signed-off-by: Simon Horman --- Reading git-diff-tree failed