xref: /netbsd-src/sys/arch/pmax/include/vmparam.h (revision dc306354b0b29af51801a7632f1e95265a68cd81)
1 /*	$NetBSD: vmparam.h,v 1.8 1998/07/08 04:43:19 thorpej Exp $	*/
2 
3 #include <mips/vmparam.h>
4 
5 /*
6  * DECstation has one physical memory segment.
7  */
8 #define	VM_PHYSSEG_MAX		1
9 
10 #define	VM_NFREELIST		1
11 #define	VM_FREELIST_DEFAULT	0
12 
13 /* pcb base */
14 /*#define	pcbb(p)		((u_int)(p)->p_addr) */
15