Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 283145
b: refs/heads/master
c: a50e421
h: refs/heads/master
i:
  283143: b84c2fc
v: v3
  • Loading branch information
Guan Xuetao committed Jan 10, 2012
1 parent 6a8ffb2 commit 8afb58f
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 62439a2954b9027c9ec481e1d39cd5d63f7c1b17
refs/heads/master: a50e4213e71adc7dde0d514aabd8af7275fee39f
1 change: 1 addition & 0 deletions trunk/arch/unicore32/include/asm/io.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ extern void __uc32_iounmap(volatile void __iomem *addr);
*/
#define ioremap(cookie, size) __uc32_ioremap(cookie, size)
#define ioremap_cached(cookie, size) __uc32_ioremap_cached(cookie, size)
#define ioremap_nocache(cookie, size) __uc32_ioremap(cookie, size)
#define iounmap(cookie) __uc32_iounmap(cookie)

#define HAVE_ARCH_PIO_SIZE
Expand Down

0 comments on commit 8afb58f

Please sign in to comment.