MNN is no longer an option
This commit is contained in:
parent
8bd992a5f6
commit
e6f055e44b
|
@ -1,4 +1,4 @@
|
||||||
/* $NetBSD: vmparam.h,v 1.17 1998/12/22 08:47:06 scottr Exp $ */
|
/* $NetBSD: vmparam.h,v 1.18 1999/01/16 20:31:20 chuck Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 1988 University of Utah.
|
* Copyright (c) 1988 University of Utah.
|
||||||
|
@ -262,9 +262,6 @@
|
||||||
/* pcb base */
|
/* pcb base */
|
||||||
#define pcbb(p) ((u_int)(p)->p_addr)
|
#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.
|
* Constants which control the way the VM system deals with memory segments.
|
||||||
* Most mac68k systems have only 1 physical memory segment, but some have 2.
|
* Most mac68k systems have only 1 physical memory segment, but some have 2.
|
||||||
|
|
Loading…
Reference in New Issue