From 0717c0b60c252c85eecbf939d7ebd5a136b50d73 Mon Sep 17 00:00:00 2001 From: Bjorn Helgaas Date: Tue, 23 Aug 2005 09:24:00 -0700 Subject: [PATCH] --- yaml --- r: 6647 b: refs/heads/master c: b5f3616ba73699d07deee1f244179fae49502052 h: refs/heads/master i: 6645: d9a4a96e31fc8fa1e3c85bd5f9ff08e6385455c6 6643: 90891f82da89f46cce00779ab4f5b957fbaea2a0 6639: 7b99a9ec612ef9c3f369a5d98dd5842408e0805c v: v3 --- [refs] | 2 +- trunk/include/asm-ia64/io.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 00f71dd0b135..12659588c5d4 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 38d26b9f577ec63ba64926c45f4ee3805ed2041c +refs/heads/master: b5f3616ba73699d07deee1f244179fae49502052 diff --git a/trunk/include/asm-ia64/io.h b/trunk/include/asm-ia64/io.h index 54e7637a326c..a2f92edd717d 100644 --- a/trunk/include/asm-ia64/io.h +++ b/trunk/include/asm-ia64/io.h @@ -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 */