2001-10-19 09:47:40 +04:00
|
|
|
/* $NetBSD: vmparam.h,v 1.2 2001/10/19 05:47:40 shin Exp $ */
|
2001-10-16 19:38:29 +04:00
|
|
|
|
|
|
|
#include <mips/vmparam.h>
|
|
|
|
|
|
|
|
/*
|
2001-10-19 09:47:40 +04:00
|
|
|
* PlayStation 2 has one physical memory segment.
|
2001-10-16 19:38:29 +04:00
|
|
|
* 0 ... kernel itself
|
|
|
|
* 1 ... heap (continuous)
|
|
|
|
*/
|
|
|
|
#define VM_PHYSSEG_MAX 2
|
|
|
|
|
|
|
|
#define VM_NFREELIST 1
|
|
|
|
#define VM_FREELIST_DEFAULT 0
|