Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 283208
b: refs/heads/master
c: 8593dd3
h: refs/heads/master
v: v3
  • Loading branch information
Michael S. Tsirkin committed Dec 4, 2011
1 parent a95b118 commit 3fd7f57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: a21a2fd4036f9a572415a7543896a1163c211ee5
refs/heads/master: 8593dd375ad10045e69b7b43fc1d885929aebbd5
3 changes: 2 additions & 1 deletion trunk/arch/tile/include/asm/io.h
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,8 @@ static inline long ioport_panic(void)

static inline void __iomem *ioport_map(unsigned long port, unsigned int len)
{
return (void __iomem *) ioport_panic();
pr_info("ioport_map: mapping IO resources is unsupported on tile.\n");
return NULL;
}

static inline void ioport_unmap(void __iomem *addr)
Expand Down

0 comments on commit 3fd7f57

Please sign in to comment.