aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/mach-bf533
diff options
context:
space:
mode:
authorMichael Hennerich <michael.hennerich@analog.com>2008-08-06 05:55:32 -0400
committerBryan Wu <cooloney@kernel.org>2008-08-06 05:55:32 -0400
commit56f5f59052bb662a77d5ffd6cbe5861a2ef2407c (patch)
tree4c645e253579fa7d3e912144bd317a0236f27a5a /arch/blackfin/mach-bf533
parent15b07536892284449ac5cd9488a8da1054b4295b (diff)
Blackfin arch: Fix Bug - System with EMAC driver enabled - Core not idling
- Disable all bits in SIC_IWR unless we are going into a real (DPMC) power saving mode. Any Interrupt can wake the core form it's idle state. - Remove deep sleep mode as it is not going to be used anywhere: We support sleep, sleep deeper and hibernate. Signed-off-by: Michael Hennerich <michael.hennerich@analog.com> Signed-off-by: Bryan Wu <cooloney@kernel.org>
Diffstat (limited to 'arch/blackfin/mach-bf533')
-rw-r--r--arch/blackfin/mach-bf533/head.S7
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/blackfin/mach-bf533/head.S b/arch/blackfin/mach-bf533/head.S
index 6603967367ec..184296bee3c9 100644
--- a/arch/blackfin/mach-bf533/head.S
+++ b/arch/blackfin/mach-bf533/head.S
@@ -177,13 +177,6 @@ ENTRY(_start_dma_code)
177 [P2] = R1; 177 [P2] = R1;
178 SSYNC; 178 SSYNC;
179 179
180 p0.h = hi(SIC_IWR);
181 p0.l = lo(SIC_IWR);
182 r0.l = lo(IWR_ENABLE_ALL);
183 r0.h = hi(IWR_ENABLE_ALL);
184 [p0] = r0;
185 SSYNC;
186
187 RTS; 180 RTS;
188ENDPROC(_start_dma_code) 181ENDPROC(_start_dma_code)
189#endif /* CONFIG_BFIN_KERNEL_CLOCK */ 182#endif /* CONFIG_BFIN_KERNEL_CLOCK */