On Thu, 9 Nov 2000 14:56:05 +0100, 
therapy <[EMAIL PROTECTED]> wrote:
>arch/i386/lib/mmx.c does not export modversioned symbols.
>
>any module using include/asm-i386/[string.h/string-486.h/page.h]
>with 3DNOW enabled will fail to load.

arch/i386/kernel/i386_ksyms.c exports _mmx_memcpy, mmx_clear_page and
mmx_copy_page, with versions.  What is missing?  More likely you have
been bitten by the broken makefiles.

  mv .config ..
  make mrproper
  mv ../.config .
  make oldconfig
  make dep clean bzImage modules

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/

Reply via email to