summaryrefslogtreecommitdiff
path: root/sys/arch/hpcmips/include/vmparam.h
blob: ed235338e26417a1c822da8e853ffb644cfb8476 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*	$NetBSD: vmparam.h,v 1.4 2002/01/31 17:56:34 uch Exp $	*/

#include <mips/vmparam.h>
#include <sys/kcore.h>

#define	VM_PHYSSEG_MAX		5

#define	VM_NFREELIST		1
#define	VM_FREELIST_DEFAULT	0

extern phys_ram_seg_t mem_clusters[];
extern int mem_cluster_cnt;