From: Keith Owens <kaos@ocs.com.au>
To: therapy <therapy@endorphin.org>
Cc: linux-kernel@vger.kernel.org
Subject: Re: arch/i386/lib/mmx.c no symbols
Date: Fri, 10 Nov 2000 01:17:55 +1100 [thread overview]
Message-ID: <8747.973779475@ocs3.ocs-net> (raw)
In-Reply-To: Your message of "Thu, 09 Nov 2000 14:56:05 BST." <20001109145605.A507@ghanima.xxx>
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/
prev parent reply other threads:[~2000-11-09 14:18 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2000-11-09 13:56 arch/i386/lib/mmx.c no symbols therapy
2000-11-09 14:17 ` Keith Owens [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=8747.973779475@ocs3.ocs-net \
--to=kaos@ocs.com.au \
--cc=linux-kernel@vger.kernel.org \
--cc=therapy@endorphin.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.