From: Olaf Hering <hidden> Date: 2004-02-04 10:12:49
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/
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.
From: Benjamin Herrenschmidt <benh@kernel.crashing.org> Date: 2004-02-04 11:04:39
On Wed, 2004-02-04 at 21:24, Colin Leroy wrote:
Hi,
quoted
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.
From: Olaf Hering <hidden> Date: 2004-02-13 20:30:43
On Wed, Feb 04, Benjamin Herrenschmidt wrote:
On Wed, 2004-02-04 at 21:24, Colin Leroy wrote:
quoted
Hi,
quoted
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.
Yup, hopefully, if I don't forget, I'll get that in 2.6.3
its also required on ppc64.
--
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/