Video For Linux on ppc32 in kernel 2.6
Olaf Hering
olh at suse.de
Wed Feb 4 21:12:49 EST 2004
CONFIG_VIDEO_DEV triggers CONFIG_VIDEO_BUF. If compiled as module,
video-buf.c wants clear_user_page(). This is a define on most archs
(maps to clear_page()), on ppc32 it is an unexported function. This
leads to unresolved symbols.
Should clear_user_page() be exported or should
drivers/media/video/video-buf.c:videobuf_vm_nopage() do something else
to achive similar results?
--
USB is for mice, FireWire is for men!
sUse lINUX ag, nÜRNBERG
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
More information about the Linuxppc-dev
mailing list