summaryrefslogtreecommitdiff
path: root/sys/arch/mac68k/include/param.h
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2002-01-10 22:25:41 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2002-01-10 22:25:41 +0000
commit61f7997e1714f586a704ae49a791587c442e5c1d (patch)
tree5d2aeee8997d72ad55a3533fe60d56ae8aa6eb60 /sys/arch/mac68k/include/param.h
parent700c7dd0b4ec1939100e428c0d958736eb913db3 (diff)
Bring back pmap_motorola for mac68k.
Diffstat (limited to 'sys/arch/mac68k/include/param.h')
-rw-r--r--sys/arch/mac68k/include/param.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/arch/mac68k/include/param.h b/sys/arch/mac68k/include/param.h
index c53102b7acd..e7464db6a5c 100644
--- a/sys/arch/mac68k/include/param.h
+++ b/sys/arch/mac68k/include/param.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: param.h,v 1.16 2001/12/20 19:02:28 miod Exp $ */
+/* $OpenBSD: param.h,v 1.17 2002/01/10 22:25:40 miod Exp $ */
/* $NetBSD: param.h,v 1.28 1997/03/01 06:57:45 scottr Exp $ */
/*
@@ -98,10 +98,6 @@
#define KERNBASE 0x00000000 /* start of kernel virtual */
-#define SEGSHIFT 22 /* LOG2(NBSEG) */
-#define NBSEG (1 << SEGSHIFT) /* bytes/segment */
-#define SEGOFSET (NBSEG-1) /* byte offset into segment */
-
#define UPAGES 3 /* pages of u-area */
#include <m68k/param.h>