summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-sa1100/pm.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@ppc970.osdl.org>2005-06-19 11:53:06 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-06-19 11:53:06 -0700
commit8b22c249e7de453961e4d253b19fc2a0bdd65d53 (patch)
treedf4be07322c1bee5aa47e283a15377843ca2b05e /arch/arm/mach-sa1100/pm.c
parent7df551254add79a445d2e47e8f849cef8fee6e38 (diff)
parentea4423c3b6c1dbd116c91be876b3ad07067c77c8 (diff)
downloadlinux-8b22c249e7de453961e4d253b19fc2a0bdd65d53.tar.gz
linux-8b22c249e7de453961e4d253b19fc2a0bdd65d53.tar.bz2
linux-8b22c249e7de453961e4d253b19fc2a0bdd65d53.zip
Merge master.kernel.org:/home/rmk/linux-2.6-arm
Diffstat (limited to 'arch/arm/mach-sa1100/pm.c')
-rw-r--r--arch/arm/mach-sa1100/pm.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-sa1100/pm.c b/arch/arm/mach-sa1100/pm.c
index 379ea5e3950f..59c7964cfe11 100644
--- a/arch/arm/mach-sa1100/pm.c
+++ b/arch/arm/mach-sa1100/pm.c
@@ -88,6 +88,8 @@ static int sa11x0_pm_enter(suspend_state_t state)
/* go zzz */
sa1100_cpu_suspend();
+ cpu_init();
+
/*
* Ensure not to come back here if it wasn't intended
*/