vmparam.h revision 1.4
1/*	$NetBSD: vmparam.h,v 1.4 2014/03/31 11:25:49 martin 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