1998-07-08 08:43:18 +04:00
|
|
|
/* $NetBSD: vmparam.h,v 1.3 1998/07/08 04:43:18 thorpej Exp $ */
|
1998-02-18 16:48:03 +03:00
|
|
|
|
|
|
|
#include <mips/vmparam.h>
|
|
|
|
|
1998-02-26 02:27:20 +03:00
|
|
|
/*
|
|
|
|
* NEWS has one physical memory segment.
|
|
|
|
*/
|
|
|
|
#define VM_PHYSSEG_MAX 1
|
|
|
|
|
1998-07-08 08:43:18 +04:00
|
|
|
#define VM_NFREELIST 1
|
|
|
|
#define VM_FREELIST_DEFAULT 0
|
|
|
|
|
1998-02-18 16:48:03 +03:00
|
|
|
/* pcb base */
|
|
|
|
/*#define pcbb(p) ((u_int)(p)->p_addr) */
|