Home | History | Annotate | Line # | Download | only in include
vmparam.h revision 1.3.4.1
      1 /*	$NetBSD: vmparam.h,v 1.3.4.1 2002/02/11 20:08:09 jdolecek Exp $	*/
      2 
      3 #include <mips/vmparam.h>
      4 #include <sys/kcore.h>
      5 
      6 #define	VM_PHYSSEG_MAX		5
      7 
      8 #define	VM_NFREELIST		1
      9 #define	VM_FREELIST_DEFAULT	0
     10 
     11 extern phys_ram_seg_t mem_clusters[];
     12 extern int mem_cluster_cnt;
     13