From: NIIBE Y. <gn...@ch...> - 2000-09-27 00:42:10
|
Bryan Rittmeyer wrote: > Here's a proposed patch against the latest LinuxSH CVS kernel's > sh_ksyms.c: Thanks a lot. > +/* these are not provided by arch/sh/lib/*.S but are > + potentially needed by modules (af_packet.o/unix.o > + use memcmp, for instance) */ > +EXPORT_SYMBOL(memcmp); > +EXPORT_SYMBOL(memscan); > + > +/* needed by some modules */ > +EXPORT_SYMBOL(flush_dcache_page); I think that "memscan" is bogus here, as we define memscan==>memchr in asm-sh/string.h, isn't it? Except that, all is OK. -- |