Update of /cvsroot/linux-vax/kernel-2.5/include/asm-vax/mm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12038
Modified Files:
task.h
Log Message:
- This is the stuff needed to work after the resource unification
that took place in the 2.6.11 -> 2.6.12 timeline.
Index: task.h
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.5/include/asm-vax/mm/task.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- task.h 20 May 2002 00:33:39 -0000 1.3
+++ task.h 3 Oct 2005 12:01:29 -0000 1.4
@@ -41,7 +41,7 @@
#define TASK_MMAPMAX (58*1024*1024)
/* TASK_STKMAX is the max space for the stack in P1 */
-#define TASK_STKMAX (4*1024*1024)
+#define TASK_STKMAX (8*1024*1024)
#define TASK_WSMAX (TASK_TXTMAX+TASK_MMAPMAX)
|