[PATCH] export clear_pages on ppc32

Olaf Hering olh at suse.de
Tue May 11 01:36:24 EST 2004


ext3 as module is not possible in 2.6.6, clear_pages, called from
clear_page, is not exported.


--- ./arch/ppc/kernel/ppc_ksyms.c~      2004-05-10 04:33:19.000000000 +0200
+++ ./arch/ppc/kernel/ppc_ksyms.c       2004-05-10 17:32:17.663513410 +0200
@@ -73,6 +73,7 @@ int abs(int);
 extern unsigned long mm_ptov (unsigned long paddr);

 EXPORT_SYMBOL(clear_page);
+EXPORT_SYMBOL(clear_pages);
 EXPORT_SYMBOL(clear_user_page);
 EXPORT_SYMBOL(do_signal);
 EXPORT_SYMBOL(do_syscall_trace);

--
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