1/*	$OpenBSD: vmparam.h,v 1.4 2011/05/30 22:25:21 oga Exp $	*/
2/*	$NetBSD: vmparam.h,v 1.1 2006/09/01 21:26:18 uwe Exp $	*/
3
4#ifndef _MACHINE_VMPARAM_H_
5#define _MACHINE_VMPARAM_H_
6
7#include <sh/vmparam.h>
8
9#define	KERNBASE		0x8c000000
10
11#define VM_PHYSSEG_MAX		1
12#define	VM_PHYSSEG_NOADD
13#define	VM_PHYSSEG_STRAT	VM_PSTRAT_RANDOM
14
15#endif /* _MACHINE_VMPARAM_H_ */
16