xref: /netbsd-src/sys/arch/playstation2/include/vmparam.h (revision ccc024ec21c2fe372ecfe5cb93ebc81b36e2931d)
1 /*	$NetBSD: vmparam.h,v 1.5 2014/03/31 11:41:01 martin Exp $	*/
2 
3 /*
4  * PlayStation 2 has one physical memory segment.
5  *	0 ... kernel itself
6  *	1 ... heap (continuous)
7  */
8 #define	VM_PHYSSEG_MAX		2
9 
10 #define	VM_NFREELIST		1
11 #define	VM_FREELIST_DEFAULT	0
12 
13 #include <mips/vmparam.h>
14 
15