From: Olaf Hering <olh@suse.de>
To: linuxppc-dev@lists.linuxppc.org
Subject: Video For Linux on ppc32 in kernel 2.6
Date: Wed, 4 Feb 2004 11:12:49 +0100 [thread overview]
Message-ID: <20040204101249.GA25776@suse.de> (raw)
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/
next reply other threads:[~2004-02-04 10:12 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-02-04 10:12 Olaf Hering [this message]
2004-02-04 10:24 ` Video For Linux on ppc32 in kernel 2.6 Colin Leroy
2004-02-04 11:04 ` Benjamin Herrenschmidt
2004-02-13 20:30 ` Olaf Hering
-- strict thread matches above, loose matches on Subject: below --
2004-02-04 20:29 Mich Lanners
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20040204101249.GA25776@suse.de \
--to=olh@suse.de \
--cc=linuxppc-dev@lists.linuxppc.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.