diff options
Diffstat (limited to 'sys/arch/hp300/include/vmparam.h')
-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. |