From: Junichi Uekawa <dancer@netfort.gr.jp>
To: user-mode-linux-devel@lists.sourceforge.net,
linux-kernel@vger.kernel.org, blaisorblade@yahoo.it
Subject: [PATCH] UML TT-mode-only compile fix.
Date: Sun, 09 Oct 2005 14:06:42 +0900 [thread overview]
Message-ID: <87psqf2s9p.dancerj%dancer@netfort.gr.jp> (raw)
[-- Attachment #1: Type: text/plain, Size: 677 bytes --]
Hi,
In today's linus's git tree, uml doesn't compile when it's configured for
only TT-mode.
This regression caused by:
8923648c125421b0fcb240cde607e2748d099ab8
[PATCH] uml: clear SKAS0/3 flags when running in TT mode
Signed-off-by: Junichi Uekawa <dancer@debian.org>
diff --git a/arch/um/kernel/um_arch.c b/arch/um/kernel/um_arch.c
--- a/arch/um/kernel/um_arch.c
+++ b/arch/um/kernel/um_arch.c
@@ -334,8 +334,10 @@ int linux_main(int argc, char **argv)
add_arg(DEFAULT_COMMAND_LINE);
os_early_checks();
+#ifdef CONFIG_MODE_SKAS
if (force_tt)
clear_can_do_skas();
+#endif
mode_tt = force_tt ? 1 : !can_do_skas();
#ifndef CONFIG_MODE_TT
if (mode_tt) {
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
next reply other threads:[~2005-10-09 5:06 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-10-09 5:06 Junichi Uekawa [this message]
2005-10-09 19:26 ` Blaisorblade
2005-10-09 22:47 ` [uml-devel] " Jeff Dike
2005-10-10 1:00 ` Junichi Uekawa
2005-10-09 20:00 ` [uml-devel] " Jeff Dike
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=87psqf2s9p.dancerj%dancer@netfort.gr.jp \
--to=dancer@netfort.gr.jp \
--cc=blaisorblade@yahoo.it \
--cc=linux-kernel@vger.kernel.org \
--cc=user-mode-linux-devel@lists.sourceforge.net \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome