Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/x68k/include G/C.



details:   https://anonhg.NetBSD.org/src/rev/a98f1eb53318
branches:  trunk
changeset: 502074:a98f1eb53318
user:      minoura <minoura%NetBSD.org@localhost>
date:      Thu Jan 11 10:36:46 2001 +0000

description:
G/C.

diffstat:

 sys/arch/x68k/include/vmparam.h |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (19 lines):

diff -r 3cd019002794 -r a98f1eb53318 sys/arch/x68k/include/vmparam.h
--- a/sys/arch/x68k/include/vmparam.h   Thu Jan 11 08:44:36 2001 +0000
+++ b/sys/arch/x68k/include/vmparam.h   Thu Jan 11 10:36:46 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vmparam.h,v 1.16 2000/12/01 17:57:45 tsutsui Exp $     */
+/*     $NetBSD: vmparam.h,v 1.17 2001/01/11 10:36:46 minoura Exp $     */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -66,9 +66,6 @@
  */
 #define        USRTEXT         8192                    /* Must equal __LDPGSZ */
 #define        USRSTACK        (-HIGHPAGES*NBPG)       /* Start of user stack */
-#define        BTOPUSRSTACK    (0x100000-HIGHPAGES)    /* btop(USRSTACK) */
-#define P1PAGES                0x100000
-#define        LOWPAGES        0
 #define HIGHPAGES      3                       /* UPAGES */
 
 /*



Home | Main Index | Thread Index | Old Index