Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 38541
b: refs/heads/master
c: 01232e9
h: refs/heads/master
i:
  38539: 38d975d
v: v3
  • Loading branch information
Matthew Wilcox authored and Matthew Wilcox committed Oct 4, 2006
1 parent c58d2bb commit 55d72cd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: 08a6436816f7a16113c73be767ee8d50440e494e
refs/heads/master: 01232e932988fcf6ad87be49f69e633dd652a46d
2 changes: 1 addition & 1 deletion trunk/arch/parisc/mm/ioremap.c
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ void __iomem * __ioremap(unsigned long phys_addr, unsigned long size, unsigned l
}
EXPORT_SYMBOL(__ioremap);

void iounmap(void __iomem *addr)
void iounmap(const volatile void __iomem *addr)
{
if (addr > high_memory)
return vfree((void *) (PAGE_MASK & (unsigned long __force) addr));
Expand Down
2 changes: 1 addition & 1 deletion trunk/include/asm-parisc/io.h
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ extern inline void __iomem * ioremap(unsigned long offset, unsigned long size)
}
#define ioremap_nocache(off, sz) ioremap((off), (sz))

extern void iounmap(void __iomem *addr);
extern void iounmap(const volatile void __iomem *addr);

static inline unsigned char __raw_readb(const volatile void __iomem *addr)
{
Expand Down

0 comments on commit 55d72cd

Please sign in to comment.