NetBSD/sys/arch/hpcsh/include/vmparam.h

13 lines
253 B
C
Raw Normal View History

/* $NetBSD: vmparam.h,v 1.3 2001/02/07 14:53:10 uch Exp $ */
2001-01-28 06:31:30 +03:00
#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
2001-01-28 06:31:30 +03:00
#endif /* _HPCSH_VMPARAM_H_ */