|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] ATI fglrx OpenGL working in Xen!
On Tue, 08 Feb 2005 00:13:25 -0800, Jacob Gorm Hansen <jacobg@xxxxxxx> wrote:
> Jacob Gorm Hansen wrote:
>
> > This is not a very clean or nice patch, but it does the job. Does anyone
> > know where to send fglrx-patches, once I have a nicer version?
>
> Here is a diff -Naur version, see attached.
I think you can skip the additional tests for CONFIG_XEN since
CONFIG_X86 should be defined if building a xen/i386 kernel.
christian
> -#if defined(CONFIG_X86) && (PAGE_ATTR_FIX != 0)
> +#if (defined(CONFIG_X86) || defined(CONFIG_XEN)) && (PAGE_ATTR_FIX != 0)
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel
|
|
|
|
|