Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 100807
b: refs/heads/master
c: 50bbb05
h: refs/heads/master
i:
  100805: 485f8dc
  100803: fff05c1
  100799: 023f1d7
v: v3
  • Loading branch information
Russell King authored and Russell King committed Jul 3, 2008
1 parent 8757026 commit 9293755
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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: e95a1b656a9809acd8ba8eb867ac6a7759d6180e
refs/heads/master: 50bbb05d60e1897abad92d42bf185314be36bd74
5 changes: 2 additions & 3 deletions trunk/include/asm-arm/arch-rpc/io.h
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ static inline unsigned sz __in##fnsuffix (unsigned int port) \
return (unsigned sz)value; \
}

static inline void __iomem *__ioaddr(unsigned int port)
static inline void __iomem *__deprecated __ioaddr(unsigned int port)
{
void __iomem *ret;
if (__PORT_PCIO(port))
Expand Down Expand Up @@ -232,8 +232,7 @@ DECLARE_IO(int,l,"")
result; \
})

#define __ioaddrc(port) \
((__PORT_PCIO(port) ? PCIO_BASE : IO_BASE) + ((port) << 2))
#define __ioaddrc(port) __ioaddr(port)

#define inb(p) (__builtin_constant_p((p)) ? __inbc(p) : __inb(p))
#define inw(p) (__builtin_constant_p((p)) ? __inwc(p) : __inw(p))
Expand Down

0 comments on commit 9293755

Please sign in to comment.