26f41e8f13
patch from Mycroft <root@ihack.net> and uch@netbsd.org. tested hardware: VR4121 IBM WorkPad z50 (48MB, 16MB) VR4121 NEC Mobile Gear II MC/R730 TX3912 Compaq C-series 810 (20MB), 2010c (20MB, 16MB) TX3922 Sharp Telios HC-AJ2 (32MB)
15 lines
281 B
C
15 lines
281 B
C
/* $NetBSD: vmparam.h,v 1.2 2000/02/21 13:46:04 shin Exp $ */
|
|
|
|
#include <mips/vmparam.h>
|
|
|
|
/*
|
|
* hpcmips has one physical memory segment.
|
|
*/
|
|
#define VM_PHYSSEG_MAX 5
|
|
|
|
#define VM_NFREELIST 1
|
|
#define VM_FREELIST_DEFAULT 0
|
|
|
|
/* pcb base */
|
|
/*#define pcbb(p) ((u_int)(p)->p_addr) */
|