Home | History | Annotate | Line # | Download | only in include
vmparam.h revision 1.2
      1 /*	$NetBSD: vmparam.h,v 1.2 2000/02/21 13:46:04 shin Exp $	*/
      2 
      3 #include <mips/vmparam.h>
      4 
      5 /*
      6  * hpcmips has one physical memory segment.
      7  */
      8 #define	VM_PHYSSEG_MAX		5
      9 
     10 #define	VM_NFREELIST		1
     11 #define	VM_FREELIST_DEFAULT	0
     12 
     13 /* pcb base */
     14 /*#define	pcbb(p)		((u_int)(p)->p_addr) */
     15