Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 104868
b: refs/heads/master
c: 428695b
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed Jul 22, 2008
1 parent 58736f3 commit 61df5fb
Show file tree
Hide file tree
Showing 3 changed files with 3 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: 6662327e190a20bd42867f11abca095badee56e1
refs/heads/master: 428695b89831d781ba203d97ee07da68150ea40d
1 change: 1 addition & 0 deletions trunk/include/asm-sparc/io_32.h
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ _memcpy_toio(volatile void __iomem *dst, const void *src, __kernel_size_t n)
*/
extern void __iomem *ioremap(unsigned long offset, unsigned long size);
#define ioremap_nocache(X,Y) ioremap((X),(Y))
#define ioremap_wc(X,Y) ioremap((X),(Y))
extern void iounmap(volatile void __iomem *addr);

#define ioread8(X) readb(X)
Expand Down
1 change: 1 addition & 0 deletions trunk/include/asm-sparc/io_64.h
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,7 @@ static inline void __iomem *ioremap(unsigned long offset, unsigned long size)
}

#define ioremap_nocache(X,Y) ioremap((X),(Y))
#define ioremap_wc(X,Y) ioremap((X),(Y))

static inline void iounmap(volatile void __iomem *addr)
{
Expand Down

0 comments on commit 61df5fb

Please sign in to comment.