Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 123582
b: refs/heads/master
c: 514161b
h: refs/heads/master
v: v3
  • Loading branch information
Russell King authored and Russell King committed Nov 28, 2008
1 parent 1850e6a commit da1806e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 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: 1dab59c09b049ec2d2b89ec7afdc0e18d51719b8
refs/heads/master: 514161b601ff5d6e089582f8d8ad74baea0d200b
17 changes: 0 additions & 17 deletions trunk/arch/arm/mach-shark/include/mach/io.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,21 +36,4 @@ static inline unsigned int __ioaddr (unsigned int port) \

#define __mem_pci(addr) (addr)

/*
* Translated address IO functions
*
* IO address has already been translated to a virtual address
*/
#define outb_t(v,p) \
(*(volatile unsigned char *)(p) = (v))

#define inb_t(p) \
(*(volatile unsigned char *)(p))

#define outl_t(v,p) \
(*(volatile unsigned long *)(p) = (v))

#define inl_t(p) \
(*(volatile unsigned long *)(p))

#endif

0 comments on commit da1806e

Please sign in to comment.