summaryrefslogtreecommitdiff
path: root/sys/arch/hppa/include/vmparam.h
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/hppa/include/vmparam.h
parent379fd61aa8ad21239f99eb638ea271adb543009d (diff)
KUSER_AREA, BTOPUSRSTACK, P1PAGES are never used, so get rid of them.
Diffstat (limited to 'sys/arch/hppa/include/vmparam.h')
-rw-r--r--sys/arch/hppa/include/vmparam.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/hppa/include/vmparam.h b/sys/arch/hppa/include/vmparam.h
index 090350eb780..7030bf782d1 100644
--- a/sys/arch/hppa/include/vmparam.h
+++ b/sys/arch/hppa/include/vmparam.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: vmparam.h,v 1.15 2001/07/18 10:47:04 art Exp $ */
+/* $OpenBSD: vmparam.h,v 1.16 2001/08/12 20:06:11 miod Exp $ */
/*
* Copyright (c) 1988-1994, The University of Utah and
@@ -38,8 +38,6 @@
*/
#define USRTEXT 0x00002000 /* Start of user .text */
#define USRSTACK 0x68FF3000 /* Start of user stack */
-#define BTOPUSRSTACK btop(USRSTACK) /* btop(USRSTACK) */
-#define P1PAGES 2
#define LOWPAGES 0
#define HIGHPAGES UPAGES
#define SYSCALLGATE 0xC0000000 /* syscall gateway page */