From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jesse Barnes Date: Fri, 19 Aug 2005 22:06:26 +0000 Subject: Re: clean up sn2 region definitions Message-Id: <200508191506.26904.jesse.barnes@intel.com> List-Id: References: <20050819215218.GA21689@sgi.com> In-Reply-To: <20050819215218.GA21689@sgi.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-ia64@vger.kernel.org On Friday, August 19, 2005 2:52 pm, Greg Edwards wrote: > -#define CACHED 0xe000000000000000UL > -#define UNCACHED 0xc000000000000000UL > -#define UNCACHED_PHYS 0x8000000000000000UL > +#define CACHED RGN_BASE(RGN_KERNEL) > +#define UNCACHED RGN_BASE(RGN_UNCACHED) > +#define UNCACHED_PHYS RGN_BASE(RGN_HPAGE) You could also just rip out these redundant sn2 definitions and replace them by the ia64 ones... :) Jesse