summaryrefslogtreecommitdiff
path: root/sys/arch/hp300
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2001-08-12 20:06:12 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2001-08-12 20:06:12 +0000
commitb105570032103251534b4342d4176379bfdb25fa (patch)
tree005ab75144107b6b05aeb728a80431456f2efd6c /sys/arch/hp300
parent379fd61aa8ad21239f99eb638ea271adb543009d (diff)
KUSER_AREA, BTOPUSRSTACK, P1PAGES are never used, so get rid of them.
Diffstat (limited to 'sys/arch/hp300')
-rw-r--r--sys/arch/hp300/include/vmparam.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/hp300/include/vmparam.h b/sys/arch/hp300/include/vmparam.h
index 720c25464ca..0f4ccca00a3 100644
--- a/sys/arch/hp300/include/vmparam.h
+++ b/sys/arch/hp300/include/vmparam.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: vmparam.h,v 1.6 2001/06/27 06:19:44 art Exp $ */
+/* $OpenBSD: vmparam.h,v 1.7 2001/08/12 20:06:08 miod Exp $ */
/* $NetBSD: vmparam.h,v 1.16 1998/08/20 08:33:48 kleink Exp $ */
/*
@@ -64,8 +64,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 (0x100000/NBPG)