summaryrefslogtreecommitdiff
path: root/sys/arch/hppa
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2001-11-30 17:45:08 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2001-11-30 17:45:08 +0000
commit203c4d67a056c2a30ca01b72564ceb851988584f (patch)
tree4950da5c3a4d3ffd55ddc5065f666b9c5f62cef7 /sys/arch/hppa
parent9e18a353d5c30a563087c8a7e5421920bfa4aa03 (diff)
Remove some definitions which do not make sense for non-m68k platforms.
Diffstat (limited to 'sys/arch/hppa')
-rw-r--r--sys/arch/hppa/include/param.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/arch/hppa/include/param.h b/sys/arch/hppa/include/param.h
index d0aa30a7d3b..69e14fec266 100644
--- a/sys/arch/hppa/include/param.h
+++ b/sys/arch/hppa/include/param.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: param.h,v 1.12 2001/07/06 02:07:41 provos Exp $ */
+/* $OpenBSD: param.h,v 1.13 2001/11/30 17:45:06 miod Exp $ */
/*
* Copyright (c) 1988-1994, The University of Utah and
@@ -53,10 +53,6 @@
#define PGOFSET (NBPG-1) /* byte offset into page */
#define PGSHIFT 12 /* LOG2(NBPG) */
-#define SEGSHIFT (PGSHIFT + (PGSHIFT-PTESHIFT)) /* LOG2(NBSEG) */
-#define NBSEG (1 << SEGSHIFT) /* bytes/segment (quadrant) */
-#define SEGOFSET (NBSEG-1) /* byte offset into segment */
-
#define KERNBASE 0x00000000 /* start of kernel virtual */
#define BTOPKERNBASE ((u_long)KERNBASE >> PGSHIFT)