Home | History | Annotate | Line # | Download | only in include
vmparam.h revision 1.3.2.2
      1  1.3.2.2  uch /*	$NetBSD: vmparam.h,v 1.3.2.2 2001/02/07 14:53:11 uch Exp $	*/
      2  1.3.2.2  uch #ifndef _HPCSH_VMPARAM_H_
      3  1.3.2.2  uch #define _HPCSH_VMPARAM_H_
      4  1.3.2.2  uch 
      5  1.3.2.2  uch #include <sh3/vmparam.h>
      6  1.3.2.2  uch 
      7  1.3.2.2  uch #define VM_PHYSSEG_MAX		3
      8  1.3.2.2  uch 
      9  1.3.2.2  uch #define VM_NFREELIST		1
     10  1.3.2.2  uch #define VM_FREELIST_DEFAULT	0
     11  1.3.2.2  uch 
     12  1.3.2.2  uch #endif /* _HPCSH_VMPARAM_H_ */
     13