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

13 lines
265 B
C

/* $NetBSD: vmparam.h,v 1.2 2001/02/07 14:53:09 uch Exp $ */
#ifndef _DREAMCAST_VMPARAM_H_
#define _DREAMCAST_VMPARAM_H_
#include <sh3/vmparam.h>
#define VM_PHYSSEG_MAX 1
#define VM_NFREELIST 1
#define VM_FREELIST_DEFAULT 0
#endif /* _DREAMCAST_VMPARAM_H_ */