| 1 | /*	$OpenBSD: vmparam.h,v 1.5 2017/05/21 13:00:53 visa Exp $ */ |
| 2 | /* public domain */ |
| 3 | #ifndef _MACHINE_VMPARAM_H_ |
| 4 | #define _MACHINE_VMPARAM_H_ |
| 5 | |
| 6 | #define	VM_PHYSSEG_MAX		8 /* Max number of physical memory segments */ |
| 7 | #define	VM_PHYSSEG_STRAT	VM_PSTRAT_BIGFIRST |
| 8 | |
| 9 | #include <mips64/vmparam.h> |
| 10 | |
| 11 | #endif	/* _MACHINE_VMPARAM_H_ */ |