aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s5pv210/sleep.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-s5pv210/sleep.S')
-rw-r--r--arch/arm/mach-s5pv210/sleep.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-s5pv210/sleep.S b/arch/arm/mach-s5pv210/sleep.S
index d4d222b716b4..27376223ea92 100644
--- a/arch/arm/mach-s5pv210/sleep.S
+++ b/arch/arm/mach-s5pv210/sleep.S
@@ -65,7 +65,7 @@ resume_with_mmu:
65 /* 65 /*
66 * After MMU is turned on, restore the previous MMU table. 66 * After MMU is turned on, restore the previous MMU table.
67 */ 67 */
68 ldr r9 , =(PAGE_OFFSET - PHYS_OFFSET) 68 ldr r9 , =(PAGE_OFFSET - PLAT_PHYS_OFFSET)
69 add r4, r4, r9 69 add r4, r4, r9
70 str r12, [r4] 70 str r12, [r4]
71 71