1 /* $OpenBSD: param.h,v 1.4 2013/03/23 16:12:26 deraadt Exp $ */ 2 3 /* Public Domain */ 4 5 #ifndef _MACHINE_PARAM_H_ 6 #define _MACHINE_PARAM_H_ 7 8 #define MACHINE "octeon" 9 #define _MACHINE octeon 10 #define MACHINE_ARCH "mips64" 11 #define _MACHINE_ARCH mips64 12 #define MID_MACHINE MID_MIPS64 13 14 #define PAGE_SHIFT 14 15 16 #include <mips64/param.h> 17 18 #endif /* _MACHINE_PARAM_H_ */ 19