summaryrefslogtreecommitdiff
path: root/sys/arch/playstation2/include/vmparam.h
blob: c1031e28af011a88cb375a9df2201fbdebf33bea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*	$NetBSD: vmparam.h,v 1.2 2001/10/19 05:47:40 shin Exp $	*/

#include <mips/vmparam.h>

/*
 * PlayStation 2 has one physical memory segment.
 *	0 ... kernel itself
 *	1 ... heap (continuous)
 */
#define	VM_PHYSSEG_MAX		2

#define	VM_NFREELIST		1
#define	VM_FREELIST_DEFAULT	0