vmparam.h revision 1.2
11.2Sshin/*	$NetBSD: vmparam.h,v 1.2 2001/10/19 05:47:40 shin Exp $	*/
21.1Such
31.1Such#include <mips/vmparam.h>
41.1Such
51.1Such/*
61.2Sshin * PlayStation 2 has one physical memory segment.
71.1Such *	0 ... kernel itself
81.1Such *	1 ... heap (continuous)
91.1Such */
101.1Such#define	VM_PHYSSEG_MAX		2
111.1Such
121.1Such#define	VM_NFREELIST		1
131.1Such#define	VM_FREELIST_DEFAULT	0
14