diff options
Diffstat (limited to 'arch/arm/mach-shmobile/pm-sh7372.c')
-rw-r--r-- | arch/arm/mach-shmobile/pm-sh7372.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/pm-sh7372.c b/arch/arm/mach-shmobile/pm-sh7372.c index dec9293bb90d..0de75fd394b9 100644 --- a/arch/arm/mach-shmobile/pm-sh7372.c +++ b/arch/arm/mach-shmobile/pm-sh7372.c | |||
@@ -351,6 +351,9 @@ static void sh7372_enter_a4s_common(int pllc0_on) | |||
351 | 351 | ||
352 | static void sh7372_pm_setup_smfram(void) | 352 | static void sh7372_pm_setup_smfram(void) |
353 | { | 353 | { |
354 | /* pass physical address of cpu_resume() to assembly resume code */ | ||
355 | sh7372_cpu_resume = virt_to_phys(cpu_resume); | ||
356 | |||
354 | memcpy((void *)SMFRAM, sh7372_resume_core_standby_sysc, 0x100); | 357 | memcpy((void *)SMFRAM, sh7372_resume_core_standby_sysc, 0x100); |
355 | } | 358 | } |
356 | #else | 359 | #else |