* [PATCH] ppc64: export clear_user_page
@ 2004-02-13 23:01 Benjamin Herrenschmidt
0 siblings, 0 replies; only message in thread
From: Benjamin Herrenschmidt @ 2004-02-13 23:01 UTC (permalink / raw)
To: Andrew Morton; +Cc: Linus Torvalds, Linux Kernel list
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-02-13 23:03 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-02-13 23:01 [PATCH] ppc64: export clear_user_page Benjamin Herrenschmidt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox