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
-
To unsubscribe from this list: send the line "unsubscribe linux-ia64" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to