Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 362596
b: refs/heads/master
c: 472d326
h: refs/heads/master
v: v3
  • Loading branch information
Josh Wu authored and Linus Torvalds committed Apr 17, 2013
1 parent dd0bd6a commit 4cd4824
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 9cc3a5bd40067b9a0fbd49199d0780463fc2140f
refs/heads/master: 472d326677db37625903265428582694394d2df7
4 changes: 4 additions & 0 deletions trunk/arch/avr32/include/asm/io.h
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,10 @@ BUILDIO_IOPORT(l, u32)
#define readw_be __raw_readw
#define readl_be __raw_readl

#define writeb_relaxed writeb
#define writew_relaxed writew
#define writel_relaxed writel

#define writeb_be __raw_writeb
#define writew_be __raw_writew
#define writel_be __raw_writel
Expand Down

0 comments on commit 4cd4824

Please sign in to comment.