2001-02-07 17:53:09 +03:00
|
|
|
/* $NetBSD: vmparam.h,v 1.2 2001/02/07 14:53:09 uch Exp $ */
|
2000-12-11 21:19:12 +03:00
|
|
|
#ifndef _DREAMCAST_VMPARAM_H_
|
|
|
|
#define _DREAMCAST_VMPARAM_H_
|
|
|
|
|
|
|
|
#include <sh3/vmparam.h>
|
|
|
|
|
2001-02-07 17:53:09 +03:00
|
|
|
#define VM_PHYSSEG_MAX 1
|
|
|
|
|
|
|
|
#define VM_NFREELIST 1
|
|
|
|
#define VM_FREELIST_DEFAULT 0
|
|
|
|
|
2000-12-11 21:19:12 +03:00
|
|
|
#endif /* _DREAMCAST_VMPARAM_H_ */
|