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/hp300 | |
parent | 32c920b258530d914469f7b7d99e9102332645c7 (diff) |
MNN is no longer an option.
Diffstat (limited to 'sys/arch/hp300')
-rw-r--r-- | sys/arch/hp300/include/vmparam.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/hp300/include/vmparam.h b/sys/arch/hp300/include/vmparam.h index 4f8154fa8f6..720c25464ca 100644 --- a/sys/arch/hp300/include/vmparam.h +++ b/sys/arch/hp300/include/vmparam.h @@ -1,4 +1,4 @@ -/* $OpenBSD: vmparam.h,v 1.5 2001/05/05 20:56:35 art Exp $ */ +/* $OpenBSD: vmparam.h,v 1.6 2001/06/27 06:19:44 art Exp $ */ /* $NetBSD: vmparam.h,v 1.16 1998/08/20 08:33:48 kleink Exp $ */ /* @@ -172,9 +172,6 @@ /* pcb base */ #define pcbb(p) ((u_int)(p)->p_addr) -/* Use new VM page bootstrap interface. */ -#define MACHINE_NEW_NONCONTIG - /* * Constants which control the way the VM system deals with memory segments. * The hp300 only has one physical memory segment. |