summaryrefslogtreecommitdiff
path: root/arch/arm/mach-sa1100
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-sa1100')
-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 bf85b8b259d5..e4512cdb9236 100644
--- a/arch/arm/mach-sa1100/pm.c
+++ b/arch/arm/mach-sa1100/pm.c
@@ -78,6 +78,8 @@ static int sa11x0_pm_enter(suspend_state_t state)
/* go zzz */
cpu_suspend(0, sa1100_finish_suspend);
+ cpu_init();
+
/*
* Ensure not to come back here if it wasn't intended
*/