No empty .Rs/.Re
[netbsd-mini2440.git] / sys / arch / algor / include / vmparam.h
blob37a07a92209986b1014e93530dc015acd504594b
1 /* $NetBSD: vmparam.h,v 1.1 2001/05/28 16:22:20 thorpej Exp $ */
3 #ifndef _ALGOR_VMPARAM_H_
4 #define _ALGOR_VMPARAM_H_
6 #include <mips/vmparam.h>
8 /*
9 * We have two freelists. We need to squirrel away memory for ISA
10 * DMA (it's limited to 8MB on the Algorithmics P-5064, for example,
11 * starting at 8MB).
13 #define VM_FREELIST_ISADMA 1
15 #define VM_PHYSSEG_MAX 2
17 #endif /* !_ALGOR_VMPARAM_H_ */