Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-4]: src/sys/arch/vax/include pullup 1.35->1.36 (ragge)



details:   https://anonhg.NetBSD.org/src/rev/ee45dc947de8
branches:  netbsd-1-4
changeset: 468626:ee45dc947de8
user:      perry <perry%NetBSD.org@localhost>
date:      Mon May 03 12:57:36 1999 +0000

description:
pullup 1.35->1.36 (ragge)

diffstat:

 sys/arch/vax/include/param.h |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 6fd678157598 -r ee45dc947de8 sys/arch/vax/include/param.h
--- a/sys/arch/vax/include/param.h      Mon May 03 12:56:52 1999 +0000
+++ b/sys/arch/vax/include/param.h      Mon May 03 12:57:36 1999 +0000
@@ -1,4 +1,4 @@
-/*      $NetBSD: param.h,v 1.35 1999/01/19 21:04:48 ragge Exp $    */
+/*      $NetBSD: param.h,v 1.35.2.1 1999/05/03 12:57:36 perry Exp $    */
 /*-
  * Copyright (c) 1990 The Regents of the University of California.
  * All rights reserved.
@@ -86,8 +86,9 @@
 #define        CLSIZELOG2      0               /* XXX - die */
 #define        CLSIZE          1               /* XXX - die */
 
-#define        UPAGES          1               /* pages of u-area */
+#define        UPAGES          2               /* pages of u-area */
 #define USPACE         (NBPG*UPAGES)
+#define        REDZONEADDR     (VAX_NBPG*3)    /* Must be > sizeof(struct user) */
 
 #ifndef MSGBUFSIZE
 #define MSGBUFSIZE     NBPG            /* default message buffer size */



Home | Main Index | Thread Index | Old Index