diff options
Diffstat (limited to 'arch/blackfin/mach-common/dpmc_modes.S')
-rw-r--r-- | arch/blackfin/mach-common/dpmc_modes.S | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/blackfin/mach-common/dpmc_modes.S b/arch/blackfin/mach-common/dpmc_modes.S index 2bec509cd7e2..cfb7c3c00370 100644 --- a/arch/blackfin/mach-common/dpmc_modes.S +++ b/arch/blackfin/mach-common/dpmc_modes.S | |||
@@ -10,7 +10,6 @@ | |||
10 | #include <asm/dpmc.h> | 10 | #include <asm/dpmc.h> |
11 | 11 | ||
12 | .section .l1.text | 12 | .section .l1.text |
13 | #ifndef CONFIG_BF60x | ||
14 | ENTRY(_sleep_mode) | 13 | ENTRY(_sleep_mode) |
15 | [--SP] = (R7:4, P5:3); | 14 | [--SP] = (R7:4, P5:3); |
16 | [--SP] = RETS; | 15 | [--SP] = RETS; |
@@ -49,7 +48,6 @@ ENTRY(_sleep_mode) | |||
49 | (R7:4, P5:3) = [SP++]; | 48 | (R7:4, P5:3) = [SP++]; |
50 | RTS; | 49 | RTS; |
51 | ENDPROC(_sleep_mode) | 50 | ENDPROC(_sleep_mode) |
52 | #endif | ||
53 | 51 | ||
54 | /* | 52 | /* |
55 | * This func never returns as it puts the part into hibernate, and | 53 | * This func never returns as it puts the part into hibernate, and |
@@ -64,7 +62,6 @@ ENTRY(_hibernate_mode) | |||
64 | /* Save/setup the regs we need early for minor pipeline optimization */ | 62 | /* Save/setup the regs we need early for minor pipeline optimization */ |
65 | R4 = R0; | 63 | R4 = R0; |
66 | 64 | ||
67 | #ifndef CONFIG_BF60x | ||
68 | P3.H = hi(VR_CTL); | 65 | P3.H = hi(VR_CTL); |
69 | P3.L = lo(VR_CTL); | 66 | P3.L = lo(VR_CTL); |
70 | /* Disable all wakeup sources */ | 67 | /* Disable all wakeup sources */ |
@@ -74,7 +71,6 @@ ENTRY(_hibernate_mode) | |||
74 | call _set_sic_iwr; | 71 | call _set_sic_iwr; |
75 | call _set_dram_srfs; | 72 | call _set_dram_srfs; |
76 | SSYNC; | 73 | SSYNC; |
77 | #endif | ||
78 | 74 | ||
79 | /* Finally, we climb into our cave to hibernate */ | 75 | /* Finally, we climb into our cave to hibernate */ |
80 | W[P3] = R4.L; | 76 | W[P3] = R4.L; |
@@ -84,7 +80,6 @@ ENTRY(_hibernate_mode) | |||
84 | jump .Lforever; | 80 | jump .Lforever; |
85 | ENDPROC(_hibernate_mode) | 81 | ENDPROC(_hibernate_mode) |
86 | 82 | ||
87 | #ifndef CONFIG_BF60x | ||
88 | ENTRY(_sleep_deeper) | 83 | ENTRY(_sleep_deeper) |
89 | [--SP] = (R7:4, P5:3); | 84 | [--SP] = (R7:4, P5:3); |
90 | [--SP] = RETS; | 85 | [--SP] = RETS; |
@@ -279,7 +274,6 @@ ENTRY(_test_pll_locked) | |||
279 | IF !CC JUMP 1b; | 274 | IF !CC JUMP 1b; |
280 | RTS; | 275 | RTS; |
281 | ENDPROC(_test_pll_locked) | 276 | ENDPROC(_test_pll_locked) |
282 | #endif | ||
283 | 277 | ||
284 | .section .text | 278 | .section .text |
285 | ENTRY(_do_hibernate) | 279 | ENTRY(_do_hibernate) |