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/hppa/include | |
parent | 32c920b258530d914469f7b7d99e9102332645c7 (diff) |
MNN is no longer an option.
Diffstat (limited to 'sys/arch/hppa/include')
-rw-r--r-- | sys/arch/hppa/include/vmparam.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/hppa/include/vmparam.h b/sys/arch/hppa/include/vmparam.h index 3c772e06634..327034c445e 100644 --- a/sys/arch/hppa/include/vmparam.h +++ b/sys/arch/hppa/include/vmparam.h @@ -1,4 +1,4 @@ -/* $OpenBSD: vmparam.h,v 1.13 2001/05/06 00:45:49 art Exp $ */ +/* $OpenBSD: vmparam.h,v 1.14 2001/06/27 06:19:45 art Exp $ */ /* * Copyright (c) 1988-1994, The University of Utah and @@ -126,7 +126,6 @@ #define VM_FREELIST_DEFAULT 0 #define VM_FREELIST_FIRST16 1 -#define MACHINE_NEW_NONCONTIG 1 /* defined this until we rely on vm */ #define PMAP_NEW #ifdef _KERNEL |