commit | 26a527e69d6e6077bff9e2cddcb08337ac33a52d | [log] [tgz] |
---|---|---|
author | Shawn Guo <shawn.guo@linaro.org> | Sun Sep 25 08:25:43 2011 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Mon Oct 17 09:02:43 2011 +0100 |
tree | 4515bfd0c960ea02cfff0019e265f05a809bba6f | |
parent | 267840f3397fd9f6a2bdde14de38b9d29d525d7b [diff] |
ARM: 7100/1: smp_scu: remove __init annotation from scu_enable() When Cortex-A9 MPCore resumes from Dormant or Shutdown modes, SCU needs to be re-enabled. This patch removes __init annotation from function scu_enable(), so that platform resume procedure can call it to re-enable SCU. Signed-off-by: Shawn Guo <shawn.guo@linaro.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>