Wan Tat Chee wrote:
On Fri, 17 May 2002 hemanth@xxxxxxxxxxxxxxxxxxxxxxx wrote:
Hi
i have a kernel 2.4.18 without patched to 2.4.19.prev4
Did you mean to say you patched it to 2.4.19pre4 or you are using only
2.4.18?
The vmalloc_to_page macro was introduced sometime in 2.4.18 backported by
Gerd Knorr to the 2.4.x kernels. You need to apply the kernel patches in
his website to get the function.
Yes, but as I noted in another post:
ksyms.o in 2.4.19-pre8 exports:
GPLONLY_vmalloc_to_page
instead of vmalloc_to_page -
by changing video-buf.c to:
//pg = vmalloc_to_page(virt);
pg = GPLONLY_vmalloc_to_page(virt);
I'm able to install.
Seems strange, no?
--
Bill Eldridge
Radio Free Asia
bill@xxxxxxx