summaryrefslogtreecommitdiff
path: root/sys/arch/dreamcast/include/vmparam.h
blob: ceeb7b6ff92ba61389ea5b3aa3a5675b1f74ee96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*	$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_ */