Moin.

The

  mach64-20060403-linux.i386

pacakge from FTP failed to compile with my 2.6.17-2 Debian kernel.

The error message boiled down to "there's no 'count' in struct 'page'".

After changing

  drm/linux-core/drm_compat.h:173

from

  #define __put_page(p)           atomic_dec(&(p)->count)

to

  #define __put_page(p)           atomic_dec(&(p)->_count)

it compiles and works for me.  Disclaimer: I can't claim that I know what I'm
doing, I just report that it works.

I did not check whether it's already fixed in the CVS version; if it is, I'm
sorry for the superfluous information.  But as other people in a german Debian
forum seem to have come across the same problem recently, I'd like to add this
information to the archive.

Schoen'n Gruss  
  Bernd


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
--
_______________________________________________
Dri-devel mailing list
Dri-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to