Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 17839
b: refs/heads/master
c: 110957f
h: refs/heads/master
i:
  17837: fa6c459
  17835: 51e0fb5
  17831: e361fbc
  17823: 5b9cce9
v: v3
  • Loading branch information
Alexey Dobriyan authored and Kyle McMartin committed Jan 11, 2006
1 parent 84c2d57 commit b3b74e6
Show file tree
Hide file tree
Showing 2 changed files with 2 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: e8b736c860dd93ba26b391abc91891e03ca99858
refs/heads/master: 110957f0e521c8d14f97bbe955af2fa17bb720bf
2 changes: 1 addition & 1 deletion trunk/include/asm-parisc/io.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ extern void __raw_bad_addr(const volatile void __iomem *addr);
#define __raw_check_addr(addr) \
if (((unsigned long)addr >> NYBBLE_SHIFT) != 0xe) \
__raw_bad_addr(addr); \
addr = (void *)((unsigned long)addr | (0xfUL << NYBBLE_SHIFT));
addr = (void __iomem *)((unsigned long)addr | (0xfUL << NYBBLE_SHIFT));
#else
#define gsc_check_addr(addr)
#define __raw_check_addr(addr)
Expand Down

0 comments on commit b3b74e6

Please sign in to comment.