DECstations have one physical memory segment.

This commit is contained in:
thorpej 1998-02-25 23:31:03 +00:00
parent b3c5864223
commit d6085102e9
1 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,11 @@
/* $NetBSD: vmparam.h,v 1.6 1996/03/19 03:06:28 jonathan Exp $ */
/* $NetBSD: vmparam.h,v 1.7 1998/02/25 23:31:03 thorpej Exp $ */
#include <mips/vmparam.h>
/*
* DECstation has one physical memory segment.
*/
#define VM_PHYSSEG_MAX 1
/* pcb base */
/*#define pcbb(p) ((u_int)(p)->p_addr) */