xref: /netbsd-src/sys/arch/mipsco/include/vmparam.h (revision 5b84b3983f71fd20a534cfa5d1556623a8aaa717)
1 /*	$NetBSD: vmparam.h,v 1.1 2000/08/12 22:58:48 wdk Exp $	*/
2 
3 #include <mips/vmparam.h>
4 
5 /*
6  * One physical memory segment
7  */
8 #define	VM_PHYSSEG_MAX		1
9 
10 #define	VM_NFREELIST		1
11 #define	VM_FREELIST_DEFAULT	0
12