diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2002-02-23 00:31:12 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2002-02-23 00:31:12 +0000 |
commit | 5a5cf4aab99fd34e3bf7b4c8c8dc77c75f398274 (patch) | |
tree | 6ecf4b4fb042c7e41bc33f9a549985d5ba66d700 /sys/arch/amiga/include/param.h | |
parent | 70626d64a64c263da78625c977fa384d28771e97 (diff) |
Bring back pmap_motorola in service for amiga, too.
Diffstat (limited to 'sys/arch/amiga/include/param.h')
-rw-r--r-- | sys/arch/amiga/include/param.h | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/sys/arch/amiga/include/param.h b/sys/arch/amiga/include/param.h index 656303d5957..90c46449d87 100644 --- a/sys/arch/amiga/include/param.h +++ b/sys/arch/amiga/include/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.19 2001/12/20 19:02:26 miod Exp $ */ +/* $OpenBSD: param.h,v 1.20 2002/02/23 00:31:11 miod Exp $ */ /* $NetBSD: param.h,v 1.35 1997/07/10 08:22:36 veego Exp $ */ /* @@ -60,15 +60,6 @@ #define KERNBASE 0x00000000 /* start of kernel virtual */ -#define SEGSHIFT 24 /* LOG2(NBSEG) [68030 value] */ -/* bytes/segment */ -/* (256 * (1 << PGSHIFT)) == (1 << SEGSHIFT) */ -#define NBSEG ((mmutype == MMU_68040) \ - ? (32 * (1 << PGSHIFT)) : (256 * (1 << PGSHIFT))) -#define SEGOFSET (NBSEG-1) /* byte offset into segment */ - -#define UPAGES 2 /* pages of u-area */ - #include <m68k/param.h> #define NPTEPG (NBPG/(sizeof (pt_entry_t))) |