summaryrefslogtreecommitdiff
path: root/sys/arch/hpcmips/include/vmparam.h
blob: a9a33f8494c4f8ea9efd90ae389d401e38f4354d (plain)
1
2
3
4
5
6
7
8
9
/*	$NetBSD: vmparam.h,v 1.5 2009/12/14 00:46:04 matt Exp $	*/

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

#define	VM_PHYSSEG_MAX		5

extern phys_ram_seg_t mem_clusters[];
extern int mem_cluster_cnt;