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