up the number of UPAGES from 10 to 12
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Fri, 20 Oct 1989 15:59:10 +0000 (07:59 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Fri, 20 Oct 1989 15:59:10 +0000 (07:59 -0800)
SCCS-vsn: sys/vax/include/param.h 7.12

usr/src/sys/vax/include/param.h

index 5cfd328..c108c59 100644 (file)
@@ -3,7 +3,7 @@
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)param.h     7.11 (Berkeley) %G%
+ *     @(#)param.h     7.12 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
@@ -51,7 +51,7 @@
 #define        SSIZE           4               /* initial stack size/NBPG */
 #define        SINCR           4               /* increment of stack/NBPG */
 
 #define        SSIZE           4               /* initial stack size/NBPG */
 #define        SINCR           4               /* increment of stack/NBPG */
 
-#define        UPAGES          10              /* pages of u-area */
+#define        UPAGES          12              /* pages of u-area */
 
 /*
  * Constants related to network buffer management.
 
 /*
  * Constants related to network buffer management.