summaryrefslogtreecommitdiffstats
path: root/include/asm-ia64/sn
diff options
context:
space:
mode:
authorTony Luck <tony.luck@intel.com>2005-08-29 16:13:36 -0700
committerTony Luck <tony.luck@intel.com>2005-08-29 16:13:36 -0700
commite438befd76a5a743725a89365140a8a7bf276096 (patch)
tree7f2f4912712d4b123fbd446683a884bd21ef8e64 /include/asm-ia64/sn
parent329058028523a5b36de449f130111b7671a4f269 (diff)
downloadop-kernel-dev-e438befd76a5a743725a89365140a8a7bf276096.zip
op-kernel-dev-e438befd76a5a743725a89365140a8a7bf276096.tar.gz
[IA64-SGI] One new use of "UNCACHED" needed fixing for sn2 region cleanup
Some shub2 changes were not in the tree when Greg cleaned up the sn2 region definitions in 1b66776da71e33dff5edcc0b096ec3b7c40c75ad, so this one didn't get fixed. Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'include/asm-ia64/sn')
-rw-r--r--include/asm-ia64/sn/addrs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-ia64/sn/addrs.h b/include/asm-ia64/sn/addrs.h
index 5b7823d..2c32e4b 100644
--- a/include/asm-ia64/sn/addrs.h
+++ b/include/asm-ia64/sn/addrs.h
@@ -258,7 +258,7 @@
/* Shub1 TIO & MMR addressing macros */
#define SH2_TIO_IOSPACE_ADDR(n,x) \
- ((UNCACHED | REMOTE_ADDR(n,x) | 1UL << (NASID_SHIFT - 2)))
+ ((__IA64_UNCACHED_OFFSET | REMOTE_ADDR(n,x) | 1UL << (NASID_SHIFT - 2)))
#define SH2_REMOTE_MMR(n,x) \
GLOBAL_MMR_ADDR(n,x)
OpenPOWER on IntegriCloud