xref: /netbsd-src/sys/arch/landisk/include/vmparam.h (revision 63aea4bd5b445e491ff0389fe27ec78b3099dba3)
1 /*	$NetBSD: vmparam.h,v 1.1 2006/09/01 21:26:18 uwe Exp $	*/
2 
3 #ifndef _LANDISK_VMPARAM_H_
4 #define _LANDISK_VMPARAM_H_
5 
6 #include <sh3/vmparam.h>
7 
8 #define VM_PHYSSEG_MAX		1
9 
10 #define VM_NFREELIST		1
11 #define VM_FREELIST_DEFAULT	0
12 
13 #endif /* _LANDISK_VMPARAM_H_ */
14