xref: /netbsd/sys/arch/landisk/include/vmparam.h (revision 6550d01e)
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