vmparam.h revision 1.7
1/*	$NetBSD: vmparam.h,v 1.7 1998/02/25 23:31:03 thorpej Exp $	*/
2
3#include <mips/vmparam.h>
4
5/*
6 * DECstation has one physical memory segment.
7 */
8#define	VM_PHYSSEG_MAX		1
9
10/* pcb base */
11/*#define	pcbb(p)		((u_int)(p)->p_addr) */
12