Messages in this thread |  | | From | Keith Owens <> | Subject | Re: arch/i386/lib/mmx.c no symbols | Date | Fri, 10 Nov 2000 01:17:55 +1100 |
| |
On Thu, 9 Nov 2000 14:56:05 +0100, therapy <therapy@endorphin.org> 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 majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/
|  |