diff options
Diffstat (limited to 'sys/arch/hppa')
-rw-r--r-- | sys/arch/hppa/include/param.h | 6 |
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) |