public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Remove stack hard limit on ia64
@ 2007-02-16 22:06 Olaf Hering
  2007-02-16 22:48 ` Andrew Morton
  2007-02-16 23:16 ` Ken Chen
  0 siblings, 2 replies; 3+ messages in thread
From: Olaf Hering @ 2007-02-16 22:06 UTC (permalink / raw)
  To: Andrew Morton, linux-kernel, linux-ia64

From: schwab@suse.de

Un-Breaks pthreads, since Oct 2003.


Signed-off-by: Olaf Hering <olaf@aepfle.de>

---
 include/asm-ia64/resource.h |    1 -
 1 file changed, 1 deletion(-)

Index: linux-2.6/include/asm-ia64/resource.h
=================================--- linux-2.6.orig/include/asm-ia64/resource.h
+++ linux-2.6/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 */

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-02-16 23:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-02-16 22:06 [PATCH] Remove stack hard limit on ia64 Olaf Hering
2007-02-16 22:48 ` Andrew Morton
2007-02-16 23:16 ` Ken Chen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox