xref: /netbsd/sys/arch/evbmips/include/vmparam.h (revision bf9ec67e)
1 /*	$NetBSD: vmparam.h,v 1.1 2002/03/07 14:44:02 simonb Exp $	*/
2 
3 #ifndef _EVBMIPS_VMPARAM_H_
4 #define _EVBMIPS_VMPARAM_H_
5 
6 #include <mips/vmparam.h>
7 
8 #define	VM_PHYSSEG_MAX		1
9 
10 #define	VM_NFREELIST		1
11 #define	VM_FREELIST_DEFAULT	0
12 
13 #endif	/* !_EVBMIPS_VMPARAM_H_ */
14