MNN is now the default

This commit is contained in:
chuck 1999-01-16 20:13:17 +00:00
parent 9588304ded
commit 32244a5a1a
2 changed files with 2 additions and 7 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: vmparam.h,v 1.5 1998/08/24 01:40:29 sakamoto Exp $ */
/* $NetBSD: vmparam.h,v 1.6 1999/01/16 20:13:17 chuck Exp $ */
/*-
* Copyright (C) 1995, 1996 Wolfgang Solfrank.
@ -93,8 +93,6 @@
#define VM_MBUF_SIZE (NMBCLUSTERS * CLBYTES)
#define VM_PHYS_SIZE (USRIOSIZE * CLBYTES)
#define MACHINE_NEW_NONCONTIG
struct pmap_physseg {
struct pv_entry *pvent;
char *attrs;

View File

@ -1,4 +1,4 @@
/* $NetBSD: vmparam.h,v 1.16 1998/08/20 08:33:48 kleink Exp $ */
/* $NetBSD: vmparam.h,v 1.17 1999/01/16 20:13:42 chuck Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@ -246,9 +246,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.