On Tue, Jul 01, 2003 at 03:55:11PM +0100, Keith Whitwell wrote:
> Andi Kleen wrote:
> >The DRM code in Linux 2.5.73 has a new radeon getparam that is clearly
> >not 64bit clean. It tries to return a pointer to an lock in an int,
> >which clearly cannot work. The AMD64 compiler prints a warning for this.
> >
> >RADEON_PARAM_SAREA_HANDLE does not seem to be used in the code, so I 
> >just disabled it.
> 
> This does get used in the embedded driver which is in process of being 
> merged. However, it looks like I'll need to come up with an alternate way 
>  of providing/determining that information.

You can return the pointer, but use an long for it.

Still it's not clear that this stuff will work with 32bit emulation,
which I'm hope is not forgotten.

-Andi



-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01
_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to