Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 34115
b: refs/heads/master
c: 19e59df
h: refs/heads/master
i:
  34113: 78e7f23
  34111: d85ee9d
v: v3
  • Loading branch information
Stephen Rothwell committed Sep 20, 2006
1 parent bc55092 commit f9dad13
Show file tree
Hide file tree
Showing 2 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: 5adcaf50cf697aa4d0c731107003c1383b59b214
refs/heads/master: 19e59df4dc2e6f7b46190ee77ce7093769f597a7
4 changes: 2 additions & 2 deletions trunk/include/asm-powerpc/io.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ extern unsigned long pci_io_base;
* for older code.
*/
#define insb(port, buf, ns) _insb((u8 __iomem *)((port)+pci_io_base), (buf), (ns))
#define insw(port, buf, ns) _insw_ns((u8 __iomem *)((port)+pci_io_base), (buf), (ns))
#define insl(port, buf, nl) _insl_ns((u8 __iomem *)((port)+pci_io_base), (buf), (nl))
#define insw(port, buf, ns) _insw_ns((u16 __iomem *)((port)+pci_io_base), (buf), (ns))
#define insl(port, buf, nl) _insl_ns((u32 __iomem *)((port)+pci_io_base), (buf), (nl))

#else

Expand Down

0 comments on commit f9dad13

Please sign in to comment.