No empty .Rs/.Re
[netbsd-mini2440.git] / sys / arch / pmax / include / vmparam.h
blob58cfc8bc1727ebeaae49790cd6b27e11cc351ea6
1 /* $NetBSD: vmparam.h,v 1.14 2001/08/24 15:33:17 mhitch Exp $ */
3 #ifndef _PMAX_VMPARAM_H_
4 #define _PMAX_VMPARAM_H_
6 #include <mips/vmparam.h>
8 /*
9 * We have two freelists. The first 8M of RAM goes onto a lower-priority
10 * free list, since some TC boards (e.g. PixelStamp boards) are only able
11 * to DMA into this region, and we want them to have a fighting chance of
12 * allocating their DMA memory during autoconfiguration.
14 #define VM_FREELIST_FIRST8 1
16 #define VM_PHYSSEG_MAX 16 /* 15 + 1 free lists */
18 #endif /* !_PMAX_VMPARAM_H_ */