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