vmparam.h 318 B

123456789101112
  1. /* $OpenBSD: vmparam.h,v 1.4 2014/03/27 21:58:13 miod Exp $ */
  2. /* public domain */
  3. #ifndef _MACHINE_VMPARAM_H_
  4. #define _MACHINE_VMPARAM_H_
  5. #define VM_PHYSSEG_MAX 3 /* Max number of physical memory segments */
  6. #define VM_PHYSSEG_STRAT VM_PSTRAT_BIGFIRST
  7. #include <mips64/vmparam.h>
  8. #endif /* _MACHINE_VMPARAM_H_ */