Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 14333
b: refs/heads/master
c: 99289a4
h: refs/heads/master
i:
  14331: 8cb7753
v: v3
  • Loading branch information
Arnaud Giersch authored and Ralf Baechle committed Nov 17, 2005
1 parent be1102a commit dd98b8a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 59f145d28ce853b13dafdfab438c48f3ead0b38e
refs/heads/master: 99289a4e8a9cb3fa6caa8fc4ebf57a33db497340
6 changes: 3 additions & 3 deletions trunk/include/asm-mips/io.h
Original file line number Diff line number Diff line change
Expand Up @@ -459,10 +459,10 @@ __BUILDIO(q, u64)

#define __BUILD_MEMORY_STRING(bwlq, type) \
\
static inline void writes##bwlq(volatile void __iomem *mem, void *addr, \
unsigned int count) \
static inline void writes##bwlq(volatile void __iomem *mem, \
const void *addr, unsigned int count) \
{ \
volatile type *__addr = addr; \
const volatile type *__addr = addr; \
\
while (count--) { \
mem_write##bwlq(*__addr, mem); \
Expand Down

0 comments on commit dd98b8a

Please sign in to comment.