Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 257893
b: refs/heads/master
c: 85c2737
h: refs/heads/master
i:
  257891: e7f299e
v: v3
  • Loading branch information
Mike Frysinger committed Jul 23, 2011
1 parent bd426b6 commit 24b3b54
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0a7e5413ca17b59d09badc49b3be92e44c47247d
refs/heads/master: 85c2737ae7c2b64c35862da3757b185e822a259b
7 changes: 3 additions & 4 deletions trunk/arch/blackfin/mach-common/dpmc_modes.S
Original file line number Diff line number Diff line change
Expand Up @@ -238,18 +238,17 @@ ENTRY(_unset_dram_srfs)
ENDPROC(_unset_dram_srfs)

ENTRY(_set_sic_iwr)
#if defined(CONFIG_BF54x) || defined(CONFIG_BF52x) || defined(CONFIG_BF561) || \
defined(CONFIG_BF538) || defined(CONFIG_BF539) || defined(CONFIG_BF51x)
#ifdef SIC_IWR0
P0.H = hi(SIC_IWR0);
P0.L = lo(SIC_IWR0);
P1.H = hi(SIC_IWR1);
P1.L = lo(SIC_IWR1);
[P1] = R1;
#if defined(CONFIG_BF54x)
# ifdef SIC_IWR2
P1.H = hi(SIC_IWR2);
P1.L = lo(SIC_IWR2);
[P1] = R2;
#endif
# endif
#else
P0.H = hi(SIC_IWR);
P0.L = lo(SIC_IWR);
Expand Down

0 comments on commit 24b3b54

Please sign in to comment.