xref: /netbsd-src/sys/arch/hpcsh/include/vmparam.h (revision 78af56fcfd1cadf5c0e01af2676cb871b0f7bc1b)
1 /*	$NetBSD: vmparam.h,v 1.3 2001/02/07 14:53:10 uch Exp $	*/
2 #ifndef _HPCSH_VMPARAM_H_
3 #define _HPCSH_VMPARAM_H_
4 
5 #include <sh3/vmparam.h>
6 
7 #define VM_PHYSSEG_MAX		3
8 
9 #define VM_NFREELIST		1
10 #define VM_FREELIST_DEFAULT	0
11 
12 #endif /* _HPCSH_VMPARAM_H_ */
13