summaryrefslogtreecommitdiff
path: root/sys/arch/loongson/include/vmparam.h
blob: 0b6cb11698e9046aaa79b8930d8c3fce820c5c02 (plain)
1
2
3
4
5
6
7
8
9
10
11
/*	$OpenBSD: vmparam.h,v 1.2 2010/11/28 20:28:26 miod Exp $ */
/* public domain */
#ifndef _LOONGSON_VMPARAM_H_
#define _LOONGSON_VMPARAM_H_

#define	VM_PHYSSEG_MAX		2 /* Max number of physical memory segments */
#define	VM_PHYSSEG_STRAT	VM_PSTRAT_BIGFIRST

#include <mips64/vmparam.h>

#endif	/* _LOONGSON_VMPARAM_H_ */