]> 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 11:37:15 +0000 (12:37 +0100)
commit6919f67f9c8b48489d5240e0d3714bc6ab91ec81
treee8e3a50b3feaef3226cdd9632eb98383884cfe2d
parent589593ec8b1790c0d9ea227a3811f819eff4f977
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