The patch titled uml: mark a tt-only function has been added to the -mm tree. Its filename is uml-mark-a-tt-only-function.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: uml: mark a tt-only function From: Jeff Dike <jdike@xxxxxxxxxxx> Mark another function as tt-mode only. Signed-off-by: Jeff Dike <jdike@xxxxxxxxxxxxxxx> Cc: Paolo 'Blaisorblade' Giarrusso <blaisorblade@xxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/um/os-Linux/process.c | 2 ++ 1 files changed, 2 insertions(+) diff -puN arch/um/os-Linux/process.c~uml-mark-a-tt-only-function arch/um/os-Linux/process.c --- a/arch/um/os-Linux/process.c~uml-mark-a-tt-only-function +++ a/arch/um/os-Linux/process.c @@ -239,6 +239,7 @@ out: return ok; } +#ifdef UML_CONFIG_MODE_TT void init_new_thread_stack(void *sig_stack, void (*usr1_handler)(int)) { int flags = 0, pages; @@ -260,6 +261,7 @@ void init_new_thread_stack(void *sig_sta "errno = %d\n", errno); } } +#endif void init_new_thread_signals(void) { _ Patches currently in -mm which might be from jdike@xxxxxxxxxxx are origin.patch uml-hostfs-style-fixes.patch uml-an-idle-system-should-have-zero-load-average.patch remove-tas.patch x86-create-asm-cmpxchgh.patch uml-network-and-pcap-cleanup.patch uml-pcap-devices-should-get-macs-from-command-line.patch uml-fix-build-breakage.patch uml-mark-a-tt-only-function.patch fix-linuxdoc-comment.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html