I finally kludged/fixed this by changing line 121 of
arch/i386/kernel/i386_ksyms.c from:
EXPORT_SYMBOL(_mmx_memcpy);
into:
EXPORT_SYMBOL_NOVERS(_mmx_memcpy);
That's on a vanilla 2.4.17 source tree.
Patch:
--- linux-2.4.17/arch/i386/kernel/i386_ksyms.c Tue Nov 13 17:13:20 2001
+++ linux-2.4.17-athlon/arch/i386/kernel/i386_ksyms.c Wed Jan 9 17:32:19 2002
@@ -118,7 +118,7 @@
#endif
#ifdef CONFIG_X86_USE_3DNOW
-EXPORT_SYMBOL(_mmx_memcpy);
+EXPORT_SYMBOL_NOVERS(_mmx_memcpy);
EXPORT_SYMBOL(mmx_clear_page);
EXPORT_SYMBOL(mmx_copy_page);
#endif
-- - Athanasius = Athanasius(at)gurus.tf / http://www.clan-lovely.org/~athan/ Finger athan(at)fysh.org for PGP key "And it's me who is my enemy. Me who beats me up. Me who makes the monsters. Me who strips my confidence." Paula Cole - ME - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/