From: "Jurzitza, Dieter" <DJurzitza@xxxxxxxxxxxxxxxx> Date: Mon, 14 Aug 2006 12:36:57 +0200 > Is it possible that __HAVE_ARCH_MEMCHR is defined even though it isn't available? Should I try to undef it, and if so, where would I do this? If you have built smbfs as a module, then the problem is that the memchr symbol is not being exported to modules. In that case you need to add the line "EXPORT_SYMBOL_NOVERS(memchr);" to the file(s) arch/sparc{,64}/kernel/sparc{,64}_ksyms.c This change will require a full rebuild. Another fast solution for you is to simply build smbfs non-modular. - To unsubscribe from this list: send the line "unsubscribe sparclinux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html