From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
To: Andrew Morton <akpm@osdl.org>
Cc: Linus Torvalds <torvalds@osdl.org>,
Linux Kernel list <linux-kernel@vger.kernel.org>
Subject: [PATCH] ppc64: export clear_user_page
Date: Sat, 14 Feb 2004 10:01:34 +1100 [thread overview]
Message-ID: <1076713293.900.76.camel@gaston> (raw)
Some drivers need clear_user_page, is should be exported
diff -urN linux-2.5/arch/ppc64/kernel/ppc_ksyms.c linuxppc-2.5-benh/arch/ppc64/kernel/ppc_ksyms.c
--- linux-2.5/arch/ppc64/kernel/ppc_ksyms.c 2004-02-02 13:09:08.000000000 +1100
+++ linuxppc-2.5-benh/arch/ppc64/kernel/ppc_ksyms.c 2004-02-14 09:58:16.226078944 +1100
@@ -93,6 +93,8 @@
EXPORT_SYMBOL(__strncpy_from_user);
EXPORT_SYMBOL(__strnlen_user);
+EXPORT_SYMBOL(clear_user_page);
+
#ifdef CONFIG_MSCHUNKS
EXPORT_SYMBOL(msChunks);
#endif
reply other threads:[~2004-02-13 23:03 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=1076713293.900.76.camel@gaston \
--to=benh@kernel.crashing.org \
--cc=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@osdl.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox