Skip to content

Commit

Permalink
[IA64-SGI] One new use of "UNCACHED" needed fixing for sn2 region cle…
Browse files Browse the repository at this point in the history
…anup

Some shub2 changes were not in the tree when Greg cleaned up the sn2
region definitions in 1b66776, so this
one didn't get fixed.

Signed-off-by: Tony Luck <tony.luck@intel.com>
  • Loading branch information
Tony Luck committed Aug 29, 2005
1 parent 3290580 commit e438bef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/asm-ia64/sn/addrs.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e438bef

Please sign in to comment.