Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 67323
b: refs/heads/master
c: 5a24e1a
h: refs/heads/master
i:
  67321: 2ec990f
  67319: c375408
v: v3
  • Loading branch information
Scott Wood authored and Kumar Gala committed Sep 14, 2007
1 parent 76f37c4 commit 7fe40ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 748a768384e05c021ea6be221b80c62a83d7b520
refs/heads/master: 5a24e1a1773f284d19859d27f2ba7e50a533aaaf
3 changes: 3 additions & 0 deletions trunk/include/asm-ppc/io.h
Original file line number Diff line number Diff line change
Expand Up @@ -553,4 +553,7 @@ extern void pci_iounmap(struct pci_dev *dev, void __iomem *);
#define setbits16(_addr, _v) out_be16((_addr), in_be16(_addr) | (_v))
#define clrbits16(_addr, _v) out_be16((_addr), in_be16(_addr) & ~(_v))

#define setbits8(_addr, _v) out_8((_addr), in_8(_addr) | (_v))
#define clrbits8(_addr, _v) out_8((_addr), in_8(_addr) & ~(_v))

#endif /* __KERNEL__ */

0 comments on commit 7fe40ad

Please sign in to comment.