From: Bastian Hecht Date: Thu, 25 Oct 2012 10:58:21 +0000 (+0200) Subject: ARM: shmobile: sh73a0: 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~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e721295185535ed6ef4711eba156fbf5c24f9c5e;p=pandora-kernel.git ARM: shmobile: sh73a0: 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