diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2001-06-27 06:19:59 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2001-06-27 06:19:59 +0000 |
commit | 7fd27fdf2322c5dbc995c0d7c48db75a4eacf882 (patch) | |
tree | 715cf7dbcce4ac6915a42258d4f45e9fb490dcc6 /sys/arch/sun3 | |
parent | 32c920b258530d914469f7b7d99e9102332645c7 (diff) |
MNN is no longer an option.
Diffstat (limited to 'sys/arch/sun3')
-rw-r--r-- | sys/arch/sun3/include/vmparam.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/sun3/include/vmparam.h b/sys/arch/sun3/include/vmparam.h index 49854278139..1c7c7054800 100644 --- a/sys/arch/sun3/include/vmparam.h +++ b/sys/arch/sun3/include/vmparam.h @@ -1,4 +1,4 @@ -/* $OpenBSD: vmparam.h,v 1.6 2001/05/06 00:45:56 art Exp $ */ +/* $OpenBSD: vmparam.h,v 1.7 2001/06/27 06:19:56 art Exp $ */ /* $NetBSD: vmparam.h,v 1.14 1995/09/26 04:02:10 gwr Exp $ */ /* @@ -157,8 +157,6 @@ #define VM_KMEM_SIZE (NKMEMCLUSTERS*PAGE_SIZE) #define VM_PHYS_SIZE (USRIOSIZE*PAGE_SIZE) -#define MACHINE_NEW_NONCONTIG - #define VM_PHYSSEG_MAX 4 #define VM_PHYSSEG_STRAT VM_PSTRAT_BSEARCH #define VM_PHYSSEG_NOADD /* can't add memory after vm_mem_init */ |