The headers for nopageXX calls just changed.

struct page * (*nopage)(struct vm_area_struct * area, unsigned long address, int
unused);
changed to:
struct page * (*nopage)(struct vm_area_struct * area, unsigned long address, int
*type);

The DRM drivers need to be adjusted. This probably impacts the BSD builds.

vm_nopage
vm_shm_nopage
vm_dma_nopage
vm_sg_nopage

=====
Jon Smirl
[EMAIL PROTECTED]

__________________________________
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree


-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
--
_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to