NetBSD/sys/arch/sbmips/include/vmparam.h
matt 6f35b2ec8f Merge from matt-nb5-mips64.
Add pci support.
new interrupt code.
Adapt to new world order for MIPS
2011-02-20 07:47:38 +00:00

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_ */