From 203c4d67a056c2a30ca01b72564ceb851988584f Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Fri, 30 Nov 2001 17:45:08 +0000 Subject: Remove some definitions which do not make sense for non-m68k platforms. --- sys/arch/mvme88k/include/param.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'sys/arch/mvme88k') 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 -- cgit v1.2.3