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 <[email protected]> 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:
pgpJ1OVDSWvui.pgp
Description: PGP signature
- Follow-Ups:
- Re: [uml-devel] [PATCH] UML TT-mode-only compile fix.
- From: Jeff Dike <[email protected]>
- Re: [PATCH] UML TT-mode-only compile fix.
- From: Blaisorblade <[email protected]>
- Re: [uml-devel] [PATCH] UML TT-mode-only compile fix.
- Prev by Date: Re: 2.6.14-rc3-rt10 build problem (now rt12)
- Next by Date: [RFC] gfp flags annotations - part 3 (simple parts of mm/*)
- Previous by thread: [PATCH] ide: Workaround PM problem
- Next by thread: Re: [PATCH] UML TT-mode-only compile fix.
- Index(es):