Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 31401
b: refs/heads/master
c: 92fe15a
h: refs/heads/master
i:
  31399: 7389726
v: v3
  • Loading branch information
Jeff Dike authored and Linus Torvalds committed Jun 30, 2006
1 parent 8a817c3 commit 7c74f4e
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: ff23db5373f66a818c296f4d58adaaa10f515fd3
refs/heads/master: 92fe15a3d24fa53e7e961c549c488d0bb642d895
5 changes: 5 additions & 0 deletions trunk/include/asm-um/io.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,13 @@ static inline void writel(unsigned int b, volatile void __iomem *addr)
{
*(volatile unsigned int __force *) addr = b;
}
static inline void writeq(unsigned int b, volatile void __iomem *addr)
{
*(volatile unsigned long long __force *) addr = b;
}
#define __raw_writeb writeb
#define __raw_writew writew
#define __raw_writel writel
#define __raw_writeq writeq

#endif

0 comments on commit 7c74f4e

Please sign in to comment.