xref: /netbsd/sys/arch/playstation2/include/vmparam.h (revision bf9ec67e)
1 /*	$NetBSD: vmparam.h,v 1.2 2001/10/19 05:47:40 shin Exp $	*/
2 
3 #include <mips/vmparam.h>
4 
5 /*
6  * PlayStation 2 has one physical memory segment.
7  *	0 ... kernel itself
8  *	1 ... heap (continuous)
9  */
10 #define	VM_PHYSSEG_MAX		2
11 
12 #define	VM_NFREELIST		1
13 #define	VM_FREELIST_DEFAULT	0
14