Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 146757
b: refs/heads/master
c: 6dbe47a
h: refs/heads/master
i:
  146755: 238d118
v: v3
  • Loading branch information
Paul Mundt committed May 9, 2009
1 parent a7d2359 commit 4388c11
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 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: 2fedaacdc07e053d93e0607047a96d282f62aca2
refs/heads/master: 6dbe47a170f80159f23c856ad4e02f2685c6f6cb
7 changes: 6 additions & 1 deletion trunk/arch/sh/include/asm/io.h
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,15 @@ static inline void __raw_reads##bwlq(volatile void __iomem *mem, \

__BUILD_MEMORY_STRING(b, u8)
__BUILD_MEMORY_STRING(w, u16)
__BUILD_MEMORY_STRING(q, u64)

#ifdef CONFIG_SUPERH32
void __raw_writesl(void __iomem *addr, const void *data, int longlen);
void __raw_readsl(const void __iomem *addr, void *data, int longlen);
#else
__BUILD_MEMORY_STRING(l, u32)
#endif

__BUILD_MEMORY_STRING(q, u64)

#define writesb __raw_writesb
#define writesw __raw_writesw
Expand Down

0 comments on commit 4388c11

Please sign in to comment.