Skip to content

Commit

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

/*
* Convert a physical pointer to a virtual kernel pointer for /dev/mem
* access
*/
#undef xlate_dev_mem_ptr
#define xlate_dev_mem_ptr(p) __va(p)

#define HAVE_ARCH_PIO_SIZE
#define PIO_OFFSET (unsigned int)(PCI_IOBASE)
#define PIO_MASK (unsigned int)(IO_SPACE_LIMIT)
Expand Down

0 comments on commit 6a8ffb2

Please sign in to comment.