diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2001-11-30 21:00:58 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2001-11-30 21:00:58 +0000 |
commit | 6f4ff81b7e4d0b6eaa8eba148f0cc4691ef74131 (patch) | |
tree | 242f1dbda417aa1093996f6f473d6302801c9c50 /sys/arch/amiga/include | |
parent | aeb556cc2fc21ac6304265bfe78d8e64e2c7de51 (diff) |
Duplicates there, too.
Diffstat (limited to 'sys/arch/amiga/include')
-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 d730fa63232..03b55fc5737 100644 --- a/sys/arch/amiga/include/param.h +++ b/sys/arch/amiga/include/param.h @@ -1,4 +1,4 @@ -/* $OpenBSD: param.h,v 1.16 2001/08/28 09:19:03 jj Exp $ */ +/* $OpenBSD: param.h,v 1.17 2001/11/30 21:00:57 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))) |