Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932221AbVJIFGf (ORCPT ); Sun, 9 Oct 2005 01:06:35 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932223AbVJIFGf (ORCPT ); Sun, 9 Oct 2005 01:06:35 -0400 Received: from 68.105.138.210.bn.2iij.net ([210.138.105.68]:56078 "HELO viper2.netfort.gr.jp") by vger.kernel.org with SMTP id S932221AbVJIFGe (ORCPT ); Sun, 9 Oct 2005 01:06:34 -0400 Date: Sun, 09 Oct 2005 14:06:42 +0900 Message-ID: <87psqf2s9p.dancerj%dancer@netfort.gr.jp> From: Junichi Uekawa To: user-mode-linux-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org, blaisorblade@yahoo.it Subject: [PATCH] UML TT-mode-only compile fix. User-Agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.7 (=?ISO-8859-4?Q?Sanj=F2?=) APEL/10.6 Emacs/21.4 (x86_64-pc-linux-gnu) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: multipart/signed; boundary="pgp-sign-Multipart_Sun_Oct__9_14:06:36_2005-1"; micalg=pgp-sha1; protocol="application/pgp-signature" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1375 Lines: 50 --pgp-sign-Multipart_Sun_Oct__9_14:06:36_2005-1 Content-Type: text/plain; charset=US-ASCII 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 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) { --pgp-sign-Multipart_Sun_Oct__9_14:06:36_2005-1 Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQBDSKVh2Dd9TugeVcERAgqTAJ4/03y/PnmGB+98eWGMdZ+2/wFWxgCfU0CW 3QBjpE6BHanNih+7TdFLL7o= =Wgxl -----END PGP SIGNATURE----- --pgp-sign-Multipart_Sun_Oct__9_14:06:36_2005-1-- - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/