1999-05-07 22:04:36 +04:00
|
|
|
/* $NetBSD: vmparam.h,v 1.9 1999/05/07 18:04:37 thorpej Exp $ */
|
1994-10-27 00:08:38 +03:00
|
|
|
|
1996-03-19 06:06:28 +03:00
|
|
|
#include <mips/vmparam.h>
|
1993-10-12 06:22:19 +03:00
|
|
|
|
1998-02-26 02:31:03 +03:00
|
|
|
/*
|
|
|
|
* DECstation has one physical memory segment.
|
|
|
|
*/
|
1999-05-07 22:04:36 +04:00
|
|
|
#define VM_PHYSSEG_MAX 2 /* 2 free lists */
|
|
|
|
#define VM_PHYSSEG_STRAT VM_PSTRAT_BSEARCH
|
|
|
|
#define VM_PHYSSEG_NOADD /* can't add RAM after vm_mem_init */
|
1998-02-26 02:31:03 +03:00
|
|
|
|
1999-05-07 22:04:36 +04:00
|
|
|
#define VM_NFREELIST 2
|
1998-07-08 08:43:18 +04:00
|
|
|
#define VM_FREELIST_DEFAULT 0
|
1999-05-07 22:04:36 +04:00
|
|
|
#define VM_FREELIST_FIRST8 1
|
1998-07-08 08:43:18 +04:00
|
|
|
|
1993-10-12 06:22:19 +03:00
|
|
|
/* pcb base */
|
1996-03-19 06:06:28 +03:00
|
|
|
/*#define pcbb(p) ((u_int)(p)->p_addr) */
|