diff options
Diffstat (limited to 'arch/arm/mach-exynos4/sleep.S')
-rw-r--r-- | arch/arm/mach-exynos4/sleep.S | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/arch/arm/mach-exynos4/sleep.S b/arch/arm/mach-exynos4/sleep.S index b56a4914985c..0984078f1eba 100644 --- a/arch/arm/mach-exynos4/sleep.S +++ b/arch/arm/mach-exynos4/sleep.S | |||
@@ -33,24 +33,6 @@ | |||
33 | .text | 33 | .text |
34 | 34 | ||
35 | /* | 35 | /* |
36 | * s3c_cpu_save | ||
37 | * | ||
38 | * entry: | ||
39 | * r1 = v:p offset | ||
40 | */ | ||
41 | |||
42 | ENTRY(s3c_cpu_save) | ||
43 | adr r3, BSYM(exynos4_finish_suspend) | ||
44 | b cpu_suspend | ||
45 | |||
46 | exynos4_finish_suspend: | ||
47 | ldr r0, =pm_cpu_sleep | ||
48 | ldr r0, [ r0 ] | ||
49 | mov pc, r0 | ||
50 | |||
51 | .ltorg | ||
52 | |||
53 | /* | ||
54 | * sleep magic, to allow the bootloader to check for an valid | 36 | * sleep magic, to allow the bootloader to check for an valid |
55 | * image to resume to. Must be the first word before the | 37 | * image to resume to. Must be the first word before the |
56 | * s3c_cpu_resume entry. | 38 | * s3c_cpu_resume entry. |