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/mac68k/include | |
parent | 379fd61aa8ad21239f99eb638ea271adb543009d (diff) |
KUSER_AREA, BTOPUSRSTACK, P1PAGES are never used, so get rid of them.
Diffstat (limited to 'sys/arch/mac68k/include')
-rw-r--r-- | sys/arch/mac68k/include/vmparam.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/mac68k/include/vmparam.h b/sys/arch/mac68k/include/vmparam.h index 66489b6c542..3269c9b67da 100644 --- a/sys/arch/mac68k/include/vmparam.h +++ b/sys/arch/mac68k/include/vmparam.h @@ -1,4 +1,4 @@ -/* $OpenBSD: vmparam.h,v 1.7 2001/06/27 06:19:46 art Exp $ */ +/* $OpenBSD: vmparam.h,v 1.8 2001/08/12 20:06:11 miod Exp $ */ /* $NetBSD: vmparam.h,v 1.8 1996/11/15 14:21:00 briggs Exp $ */ /* @@ -95,8 +95,6 @@ */ #define USRTEXT 8192 #define USRSTACK (-HIGHPAGES*NBPG) /* Start of user stack */ -#define BTOPUSRSTACK (0x100000-HIGHPAGES) /* btop(USRSTACK) */ -#define P1PAGES 0x100000 #define LOWPAGES 0 #define HIGHPAGES 3 /* UPAGES */ |