Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 307625
b: refs/heads/master
c: 25534eb
h: refs/heads/master
i:
  307623: f79fcfb
v: v3
  • Loading branch information
Michael Cree authored and Matt Turner committed May 24, 2012
1 parent 4aababd commit c664b94
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 7a8bb98ca9653daf46374dbc37ad196bccfe0a02
refs/heads/master: 25534eb7707821b796fd84f7115367e02f36aa60
5 changes: 5 additions & 0 deletions trunk/arch/alpha/include/asm/io.h
Original file line number Diff line number Diff line change
Expand Up @@ -489,6 +489,11 @@ extern inline void writeq(u64 b, volatile void __iomem *addr)
}
#endif

#define ioread16be(p) be16_to_cpu(ioread16(p))
#define ioread32be(p) be32_to_cpu(ioread32(p))
#define iowrite16be(v,p) iowrite16(cpu_to_be16(v), (p))
#define iowrite32be(v,p) iowrite32(cpu_to_be32(v), (p))

#define inb_p inb
#define inw_p inw
#define inl_p inl
Expand Down

0 comments on commit c664b94

Please sign in to comment.