Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e438befd authored by Tony Luck's avatar Tony Luck
Browse files

[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 1b66776d, so this
one didn't get fixed.

Signed-off-by: default avatarTony Luck <tony.luck@intel.com>
parent 32905802
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -258,7 +258,7 @@


/* Shub1 TIO & MMR addressing macros */
/* Shub1 TIO & MMR addressing macros */
#define SH2_TIO_IOSPACE_ADDR(n,x)					\
#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)						\
#define SH2_REMOTE_MMR(n,x)						\
	GLOBAL_MMR_ADDR(n,x)
	GLOBAL_MMR_ADDR(n,x)