diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/blackfin/mach-common/dpmc.S | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/arch/blackfin/mach-common/dpmc.S b/arch/blackfin/mach-common/dpmc.S index fc9f6eb9018b..9d45aa3265b1 100644 --- a/arch/blackfin/mach-common/dpmc.S +++ b/arch/blackfin/mach-common/dpmc.S | |||
@@ -31,9 +31,6 @@ | |||
31 | #include <asm/blackfin.h> | 31 | #include <asm/blackfin.h> |
32 | #include <asm/mach/irq.h> | 32 | #include <asm/mach/irq.h> |
33 | 33 | ||
34 | .text | ||
35 | |||
36 | #if !defined(CONFIG_BF561) | ||
37 | 34 | ||
38 | .section .l1.text | 35 | .section .l1.text |
39 | 36 | ||
@@ -328,10 +325,12 @@ ENTRY(_set_sic_iwr) | |||
328 | RTS; | 325 | RTS; |
329 | 326 | ||
330 | ENTRY(_set_rtc_istat) | 327 | ENTRY(_set_rtc_istat) |
328 | #ifndef CONFIG_BF561 | ||
331 | P0.H = hi(RTC_ISTAT); | 329 | P0.H = hi(RTC_ISTAT); |
332 | P0.L = lo(RTC_ISTAT); | 330 | P0.L = lo(RTC_ISTAT); |
333 | w[P0] = R0.L; | 331 | w[P0] = R0.L; |
334 | SSYNC; | 332 | SSYNC; |
333 | #endif | ||
335 | RTS; | 334 | RTS; |
336 | 335 | ||
337 | ENTRY(_test_pll_locked) | 336 | ENTRY(_test_pll_locked) |
@@ -342,4 +341,3 @@ ENTRY(_test_pll_locked) | |||
342 | CC = BITTST(R0,5); | 341 | CC = BITTST(R0,5); |
343 | IF !CC JUMP 1b; | 342 | IF !CC JUMP 1b; |
344 | RTS; | 343 | RTS; |
345 | #endif | ||