summaryrefslogtreecommitdiff
path: root/sys/arch/sgi/include/vmparam.h
blob: d67e16d4edeaff16490982705552bfaf251ea744 (plain)
1
2
3
4
5
6
7
8
9
10
/*	$OpenBSD: vmparam.h,v 1.10 2014/07/13 15:48:32 miod Exp $ */
/* public domain */
#ifndef _MACHINE_VMPARAM_H_
#define _MACHINE_VMPARAM_H_

#define	VM_PHYSSEG_MAX	32	/* Max number of physical memory segments */

#include <mips64/vmparam.h>

#endif	/* _MACHINE_VMPARAM_H_ */