Update of /cvsroot/linux-vax/kernel-2.4/include/asm-vax/mm
In directory usw-pr-cvs1:/tmp/cvs-serv5546/mm
Modified Files:
task.h
Log Message:
Hopefully last change for task.h gcc now happy.
Index: task.h
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.4/include/asm-vax/mm/task.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- task.h 2001/09/02 20:52:51 1.4
+++ task.h 2001/09/06 23:42:09 1.5
@@ -22,7 +22,7 @@
/* TASK_MMAPMAX is the max space in P0 for the mmap() function ,
contiguous with TASK_TXTMAX - Its basically the amount of memory you
give a process to play with */
-#define TASK_MMAPMAX (64*1024*1024)
+#define TASK_MMAPMAX (48*1024*1024)
/* TASK_STKMAX is the max space for the stack in P1 */
/* Like WSMAX above, the upper limit for this is set by PGD_SPECIAL below. If this
|