summaryrefslogtreecommitdiff
path: root/sys/arch/hpcsh/include/vmparam.h
blob: e4583c23ceb6a8d4c7945182b305393879b0110f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*	$NetBSD: vmparam.h,v 1.3 2001/02/07 14:53:10 uch Exp $	*/
#ifndef _HPCSH_VMPARAM_H_
#define _HPCSH_VMPARAM_H_

#include <sh3/vmparam.h>

#define VM_PHYSSEG_MAX		3

#define VM_NFREELIST		1
#define VM_FREELIST_DEFAULT	0

#endif /* _HPCSH_VMPARAM_H_ */