NetBSD/sys/arch/hpcmips/include/vmparam.h

13 lines
260 B
C
Raw Normal View History

2002-01-31 20:56:33 +03:00
/* $NetBSD: vmparam.h,v 1.4 2002/01/31 17:56:34 uch Exp $ */
#include <mips/vmparam.h>
2002-01-31 20:56:33 +03:00
#include <sys/kcore.h>
#define VM_PHYSSEG_MAX 5
#define VM_NFREELIST 1
#define VM_FREELIST_DEFAULT 0
2002-01-31 20:56:33 +03:00
extern phys_ram_seg_t mem_clusters[];
extern int mem_cluster_cnt;