The patch titled Remove stack hard limit on ia64 has been added to the -mm tree. Its filename is remove-stack-hard-limit-on-ia64.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: Remove stack hard limit on ia64 From: <schwab@xxxxxxx> Un-Breaks pthreads, since Oct 2003. Signed-off-by: Olaf Hering <olaf@xxxxxxxxx> Cc: "Luck, Tony" <tony.luck@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/asm-ia64/resource.h | 1 - 1 files changed, 1 deletion(-) diff -puN include/asm-ia64/resource.h~remove-stack-hard-limit-on-ia64 include/asm-ia64/resource.h --- a/include/asm-ia64/resource.h~remove-stack-hard-limit-on-ia64 +++ a/include/asm-ia64/resource.h @@ -2,7 +2,6 @@ #define _ASM_IA64_RESOURCE_H #include <asm/ustack.h> -#define _STK_LIM_MAX DEFAULT_USER_STACK_SIZE #include <asm-generic/resource.h> #endif /* _ASM_IA64_RESOURCE_H */ _ Patches currently in -mm which might be from schwab@xxxxxxx are remove-stack-hard-limit-on-ia64.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