Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 64943
b: refs/heads/master
c: e62687f
h: refs/heads/master
i:
  64941: e0b9f20
  64939: fcc43df
  64935: 4b8b786
  64927: 154ef7b
v: v3
  • Loading branch information
Robin Getz authored and Bryan Wu committed Aug 5, 2007
1 parent 0668e87 commit 094461d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 4bbd10fd312f50de74ba53f6cb968986da5dfe92
refs/heads/master: e62687f995fd7ba0b68c3b0a4f4d9fd9d1c54ec2
4 changes: 2 additions & 2 deletions trunk/include/asm-blackfin/mach-bf561/cdefBF561.h
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ static __inline__ void bfin_write_VR_CTL(unsigned int val)

/* For MMR's that are reserved on Core B, set up defines to better integrate with other ports */
#define bfin_read_SWRST() bfin_read_SICA_SWRST()
#define bfin_write_SWRST() bfin_write_SICA_SWRST()
#define bfin_write_SWRST(val) bfin_write_SICA_SWRST(val)
#define bfin_read_SYSCR() bfin_read_SICA_SYSCR()
#define bfin_write_SYSCR() bfin_write_SICA_SYSCR()
#define bfin_write_SYSCR(val) bfin_write_SICA_SYSCR(val)

/* System Reset and Interrupt Controller registers for core A (0xFFC0 0100-0xFFC0 01FF) */
#define bfin_read_SICA_SWRST() bfin_read16(SICA_SWRST)
Expand Down

0 comments on commit 094461d

Please sign in to comment.