From: Dmitry Mikushin <dmitry@kernelgen.org>
To: linux-kernel@vger.kernel.org
Subject: ia32 emulation on Pentium I
Date: Fri, 13 Dec 2013 19:30:07 +0100 [thread overview]
Message-ID: <52AB522F.8000703@kernelgen.org> (raw)
Dear all,
I'm trying to enable ia32 emulation in k1om kernel. Linux kernel is
ported for k1om, but with ia32 emulation disabled. With it enabled,
I'm getting the following error:
LD arch/x86/crypto/built-in.o
AS arch/x86/ia32/ia32entry.o
arch/x86/ia32/ia32entry.S: Assembler messages:
arch/x86/ia32/ia32entry.S:192: Error: `sysexit' is not supported on `k1om'
make[2]: *** [arch/x86/ia32/ia32entry.o] Error 1
make[1]: *** [arch/x86/ia32] Error 2
make: *** [arch/x86] Error 2
sysexit is not supported because k1om (Intel MIC) is essentially Pentium
I with AVX512 extensions.
sysexit is used in macro ENABLE_INTERRUPTS_SYSEXIT32, which is in turn
used in ENTRY(ia32_sysenter_target).
So, it seems ia32 emulation assumes Pentium II+. Do you see a quick
way to make it Pentium I -compatible?
Thanks,
- D.
next reply other threads:[~2013-12-13 18:30 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-13 18:30 Dmitry Mikushin [this message]
2013-12-17 22:19 ` ia32 emulation on Pentium I Andi Kleen
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=52AB522F.8000703@kernelgen.org \
--to=dmitry@kernelgen.org \
--cc=linux-kernel@vger.kernel.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.