nommu vm_get_page_prot and framebuffer drivers in 2.6.36-rc1

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Mike Frysinger
Date: Wednesday, August 18, 2010 - 12:21 pm

the recent commit c07fbfd17e614a76b194f371c5331e21e6cffb54 added a
call to vm_get_page_prot() in drivers/video/fbmem.c.  but this
function doesnt exist for nommu.  so obviously we get:
ERROR: "vm_get_page_prot" [drivers/video/fb.ko] undefined!

looking a bit through mm/, i guess we should stub this out to 0 ?
#define vm_page_prot(x) 0
-mike
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
nommu vm_get_page_prot and framebuffer drivers in 2.6.36-rc1, Mike Frysinger, (Wed Aug 18, 12:21 pm)
Re: nommu vm_get_page_prot and framebuffer drivers in 2.6. ..., Konrad Rzeszutek Wilk, (Thu Aug 19, 8:02 am)