commit | 865d90f80384d62e6fbe835159cb674dec32ccb5 | [log] [tgz] |
---|---|---|
author | Bastian Hecht <hechtb@googlemail.com> | Thu Oct 25 12:58:20 2012 +0200 |
committer | Simon Horman <horms@verge.net.au> | Tue Nov 06 13:47:20 2012 +0900 |
tree | 6ba7fa157fc0e3df17f657c24aa6b8f6f26b3e2d | |
parent | 2864b19142c0f7aa44791499e159f9462c2e64be [diff] |
ARM: shmobile: emev2: 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 <hechtb@gmail.com> Signed-off-by: Simon Horman <horms@verge.net.au>