diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2001-11-30 17:45:08 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2001-11-30 17:45:08 +0000 |
commit | 203c4d67a056c2a30ca01b72564ceb851988584f (patch) | |
tree | 4950da5c3a4d3ffd55ddc5065f666b9c5f62cef7 /sys/arch/mvme88k | |
parent | 9e18a353d5c30a563087c8a7e5421920bfa4aa03 (diff) |
Remove some definitions which do not make sense for non-m68k platforms.
Diffstat (limited to 'sys/arch/mvme88k')
-rw-r--r-- | sys/arch/mvme88k/include/param.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/arch/mvme88k/include/param.h b/sys/arch/mvme88k/include/param.h index dd119860b2b..d1f7b0c4f7b 100644 --- a/sys/arch/mvme88k/include/param.h +++ b/sys/arch/mvme88k/include/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.21 2001/09/28 20:46:09 miod Exp $ */ +/* $OpenBSD: param.h,v 1.22 2001/11/30 17:45:07 miod Exp $ */ /* * Copyright (c) 1999 Steve Murphree, Jr. * Copyright (c) 1988 University of Utah. @@ -40,7 +40,6 @@ * from: Utah $Hdr: machparam.h 1.11 89/08/14$ * * @(#)param.h 7.8 (Berkeley) 6/28/91 - * $Id: param.h,v 1.21 2001/09/28 20:46:09 miod Exp $ */ #ifndef _MACHINE_PARAM_H_ #define _MACHINE_PARAM_H_ @@ -81,10 +80,6 @@ #define NPTEPG (PAGE_SIZE / (sizeof(u_int))) -#define SEGSHIFT 22 /* LOG2(NBSEG) */ -#define NBSEG (1 << SEGSHIFT) /* bytes/segment */ -#define SEGOFSET (NBSEG - 1) /* byte offset into segment */ - /* * 187 Bug uses the bottom 64k. We allocate ptes to map this into the * kernel. But when we link the kernel, we tell it to start linking |