* arch/i386/lib/mmx.c no symbols
@ 2000-11-09 13:56 therapy
2000-11-09 14:17 ` Keith Owens
0 siblings, 1 reply; 2+ messages in thread
From: therapy @ 2000-11-09 13:56 UTC (permalink / raw)
To: linux-kernel
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.
-therp
(not-subscribed to the list, send a cc to me,
if you reply)
-
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/
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: arch/i386/lib/mmx.c no symbols
2000-11-09 13:56 arch/i386/lib/mmx.c no symbols therapy
@ 2000-11-09 14:17 ` Keith Owens
0 siblings, 0 replies; 2+ messages in thread
From: Keith Owens @ 2000-11-09 14:17 UTC (permalink / raw)
To: therapy; +Cc: linux-kernel
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/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2000-11-09 14:18 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-11-09 13:56 arch/i386/lib/mmx.c no symbols therapy
2000-11-09 14:17 ` Keith Owens
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox