Home | History | Annotate | Line # | Download | only in include
      1 /*	$NetBSD: vmparam.h,v 1.2 2009/12/14 00:46:00 matt Exp $	*/
      2 
      3 #ifndef _ALGOR_VMPARAM_H_
      4 #define _ALGOR_VMPARAM_H_
      5 
      6 #include <mips/vmparam.h>
      7 
      8 /*
      9  * We have two freelists.  We need to squirrel away memory for ISA
     10  * DMA (it's limited to 8MB on the Algorithmics P-5064, for example,
     11  * starting at 8MB).
     12  */
     13 #define	VM_FREELIST_ISADMA	1
     14 
     15 #define	VM_PHYSSEG_MAX		2
     16 
     17 #endif	/* !_ALGOR_VMPARAM_H_ */
     18