diff options
author | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-06-19 11:53:06 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-06-19 11:53:06 -0700 |
commit | 8b22c249e7de453961e4d253b19fc2a0bdd65d53 (patch) | |
tree | df4be07322c1bee5aa47e283a15377843ca2b05e /arch/arm/mach-pxa/pm.c | |
parent | 7df551254add79a445d2e47e8f849cef8fee6e38 (diff) | |
parent | ea4423c3b6c1dbd116c91be876b3ad07067c77c8 (diff) |
Merge master.kernel.org:/home/rmk/linux-2.6-arm
Diffstat (limited to 'arch/arm/mach-pxa/pm.c')
-rw-r--r-- | arch/arm/mach-pxa/pm.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/pm.c b/arch/arm/mach-pxa/pm.c index 9799fe80df23..ac4dd4336160 100644 --- a/arch/arm/mach-pxa/pm.c +++ b/arch/arm/mach-pxa/pm.c @@ -133,6 +133,8 @@ static int pxa_pm_enter(suspend_state_t state) /* *** go zzz *** */ pxa_cpu_pm_enter(state); + cpu_init(); + /* after sleeping, validate the checksum */ checksum = 0; for (i = 0; i < SLEEP_SAVE_SIZE - 1; i++) |