The patch titled uml: mark a tt-only function has been removed from the -mm tree. Its filename was uml-mark-a-tt-only-function.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ 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 file 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 - 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