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