xref: /netbsd-src/sys/arch/hpcmips/include/vmparam.h (revision 1ca5c1b28139779176bd5c13ad7c5f25c0bcd5f8)
1 /*	$NetBSD: vmparam.h,v 1.3 2000/12/01 17:57:44 tsutsui Exp $	*/
2 
3 #include <mips/vmparam.h>
4 
5 /*
6  * hpcmips has one physical memory segment.
7  */
8 #define	VM_PHYSSEG_MAX		5
9 
10 #define	VM_NFREELIST		1
11 #define	VM_FREELIST_DEFAULT	0
12