NetBSD/sys/arch/sbmips/include/vmparam.h

20 lines
414 B
C

/* $NetBSD: vmparam.h,v 1.3 2011/02/20 07:47:38 matt Exp $ */
#ifndef _SBMIPS_VMPARAM_H_
#define _SBMIPS_VMPARAM_H_
#include <mips/vmparam.h>
/* XXXcgd */
#define VM_PHYSSEG_MAX 8
#undef VM_FREELIST_MAX
#define VM_FREELIST_MAX 3
#if defined(_MIPS_PADDR_T_64BIT) || defined(_LP64)
#define VM_FREELIST_FIRST4G 2
#endif
#if !defined(_LP64)
#define VM_FREELIST_FIRST512M 1
#endif
#endif /* _SBMIPS_VMPARAM_H_ */