Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 6647
b: refs/heads/master
c: b5f3616
h: refs/heads/master
i:
  6645: d9a4a96
  6643: 90891f8
  6639: 7b99a9e
v: v3
  • Loading branch information
Bjorn Helgaas authored and Tony Luck committed Aug 24, 2005
1 parent 1416881 commit 0717c0b
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: 38d26b9f577ec63ba64926c45f4ee3805ed2041c
refs/heads/master: b5f3616ba73699d07deee1f244179fae49502052
2 changes: 1 addition & 1 deletion trunk/include/asm-ia64/io.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
#define IO_SPACE_BASE(space) ((space) << IO_SPACE_BITS)
#define IO_SPACE_PORT(port) ((port) & (IO_SPACE_SIZE - 1))

#define IO_SPACE_SPARSE_ENCODING(p) ((((p) >> 2) << 12) | (p & 0xfff))
#define IO_SPACE_SPARSE_ENCODING(p) ((((p) >> 2) << 12) | ((p) & 0xfff))

struct io_space {
unsigned long mmio_base; /* base in MMIO space */
Expand Down

0 comments on commit 0717c0b

Please sign in to comment.