From: Bastian Hecht Date: Thu, 25 Oct 2012 10:58:22 +0000 (+0200) Subject: ARM: shmobile: r8a7779: Replace modify_scu_cpu_psr with scu_power_mode X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~40^2~3^4~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cdc7594e5c5f7509a86b205edeedc58d72dd3999;p=pandora-kernel.git ARM: shmobile: r8a7779: Replace modify_scu_cpu_psr with scu_power_mode We can remove the extra code of modify_scu_cpu_psr() and use the cleaner generic ARM helper scu_power_mode(). As every CPU only deals with its own power register and scu_power_mode() operates with 8-bit accesses, we save the locking overhead too. Signed-off-by: Bastian Hecht Signed-off-by: Simon Horman --- Reading git-diff-tree failed