Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/luna68k/include Reduce UPAGES from 3 to 2.



details:   https://anonhg.NetBSD.org/src/rev/352de1e8cb41
branches:  trunk
changeset: 499808:352de1e8cb41
user:      nisimura <nisimura%NetBSD.org@localhost>
date:      Thu Nov 30 02:55:50 2000 +0000

description:
Reduce UPAGES from 3 to 2.

diffstat:

 sys/arch/luna68k/include/param.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r d2aafc15a669 -r 352de1e8cb41 sys/arch/luna68k/include/param.h
--- a/sys/arch/luna68k/include/param.h  Thu Nov 30 00:19:25 2000 +0000
+++ b/sys/arch/luna68k/include/param.h  Thu Nov 30 02:55:50 2000 +0000
@@ -1,4 +1,4 @@
-/* $Id: param.h,v 1.2 2000/02/11 19:25:15 thorpej Exp $ */
+/* $Id: param.h,v 1.3 2000/11/30 02:55:50 nisimura Exp $ */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -55,7 +55,7 @@
 #define NBSEG          (1 << SEGSHIFT) /* bytes/segment */
 #define SEGOFSET       (NBSEG-1)       /* byte offset into segment */
 
-#define UPAGES         3               /* pages of u-area */
+#define UPAGES         2               /* pages of u-area */
 
 #include <m68k/param.h>
 



Home | Main Index | Thread Index | Old Index