xref: /netbsd-src/sys/arch/pmax/include/vmparam.h (revision 95d875fb90b1458e4f1de6950286ddcd6644bc61)
1 /*	$NetBSD: vmparam.h,v 1.9 1999/05/07 18:04:37 thorpej Exp $	*/
2 
3 #include <mips/vmparam.h>
4 
5 /*
6  * DECstation has one physical memory segment.
7  */
8 #define	VM_PHYSSEG_MAX		2	/* 2 free lists */
9 #define	VM_PHYSSEG_STRAT	VM_PSTRAT_BSEARCH
10 #define	VM_PHYSSEG_NOADD		/* can't add RAM after vm_mem_init */
11 
12 #define	VM_NFREELIST		2
13 #define	VM_FREELIST_DEFAULT	0
14 #define	VM_FREELIST_FIRST8	1
15 
16 /* pcb base */
17 /*#define	pcbb(p)		((u_int)(p)->p_addr) */
18