From d6085102e9cb766201b0315c43150f4e40fb6df7 Mon Sep 17 00:00:00 2001 From: thorpej Date: Wed, 25 Feb 1998 23:31:03 +0000 Subject: [PATCH] DECstations have one physical memory segment. --- sys/arch/pmax/include/vmparam.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/sys/arch/pmax/include/vmparam.h b/sys/arch/pmax/include/vmparam.h index c1898dcbf8d2..8959c35a477e 100644 --- a/sys/arch/pmax/include/vmparam.h +++ b/sys/arch/pmax/include/vmparam.h @@ -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 +/* + * DECstation has one physical memory segment. + */ +#define VM_PHYSSEG_MAX 1 + /* pcb base */ /*#define pcbb(p) ((u_int)(p)->p_addr) */