diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2001-08-12 20:06:12 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2001-08-12 20:06:12 +0000 |
commit | b105570032103251534b4342d4176379bfdb25fa (patch) | |
tree | 005ab75144107b6b05aeb728a80431456f2efd6c /sys/arch/mvme68k | |
parent | 379fd61aa8ad21239f99eb638ea271adb543009d (diff) |
KUSER_AREA, BTOPUSRSTACK, P1PAGES are never used, so get rid of them.
Diffstat (limited to 'sys/arch/mvme68k')
-rw-r--r-- | sys/arch/mvme68k/include/vmparam.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/arch/mvme68k/include/vmparam.h b/sys/arch/mvme68k/include/vmparam.h index 9245a44896b..72b2dd1516a 100644 --- a/sys/arch/mvme68k/include/vmparam.h +++ b/sys/arch/mvme68k/include/vmparam.h @@ -1,4 +1,4 @@ -/* $OpenBSD: vmparam.h,v 1.7 2001/06/27 06:19:47 art Exp $ */ +/* $OpenBSD: vmparam.h,v 1.8 2001/08/12 20:06:11 miod Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -43,7 +43,7 @@ */ #ifndef _MVME68K_VMPARAM_H_ -#define _MVME68K_VMPARAM_H_ +#define _MVME68K_VMPARAM_H_ /* * Machine dependent constants for MVME68K @@ -62,8 +62,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 (0x100000/NBPG) |