]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: 7100/1: smp_scu: remove __init annotation from scu_enable()
authorShawn Guo <shawn.guo@linaro.org>
Sun, 25 Sep 2011 07:25:43 +0000 (08:25 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Mon, 26 Sep 2011 23:54:23 +0000 (00:54 +0100)
commit60379240979774d848ebd9325ee6eb500fe23015
treebab9987d0ece385dd923989aaa25cd1ea7d43af1
parent6199a6b187ea03bbad8d1db923863a665dfdc609
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>
arch/arm/kernel/smp_scu.c