Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 127052
b: refs/heads/master
c: ecdbfc1
h: refs/heads/master
v: v3
  • Loading branch information
Mike Frysinger authored and Bryan Wu committed Nov 18, 2008
1 parent ca2ee7d commit 78b00c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5ad2ca5fbbb002e48097b2ab364497d0f9f77987
refs/heads/master: ecdbfc1ac10eaba04c699d6f8a004f987622264c
2 changes: 2 additions & 0 deletions trunk/arch/blackfin/include/asm/io.h
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ static inline unsigned int readl(const volatile void __iomem *addr)
#define iowrite16(val,X) writew(val,X)
#define iowrite32(val,X) writel(val,X)

#define mmiowb() wmb()

#define IO_SPACE_LIMIT 0xffffffff

/* Values for nocacheflag and cmode */
Expand Down

0 comments on commit 78b00c5

Please sign in to comment.