From 9e18a353d5c30a563087c8a7e5421920bfa4aa03 Mon Sep 17 00:00:00 2001 From: Artur Grabowski Date: Fri, 30 Nov 2001 17:37:44 +0000 Subject: Now that pmaps can have vm_page_md, make pmap_physseg optional. --- sys/arch/mvme68k/include/vmparam.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/arch/mvme68k') diff --git a/sys/arch/mvme68k/include/vmparam.h b/sys/arch/mvme68k/include/vmparam.h index 84479837a4d..6c2d82ad269 100644 --- a/sys/arch/mvme68k/include/vmparam.h +++ b/sys/arch/mvme68k/include/vmparam.h @@ -1,4 +1,4 @@ -/* $OpenBSD: vmparam.h,v 1.10 2001/09/22 18:00:10 miod Exp $ */ +/* $OpenBSD: vmparam.h,v 1.11 2001/11/30 17:37:43 art Exp $ */ /* * Copyright (c) 1988 University of Utah. @@ -155,6 +155,7 @@ /* * pmap-specific data stored in the vm_physmem[] array. */ +#define __HAVE_PMAP_PHYSSEG struct pmap_physseg { struct pv_entry *pvent; /* pv table for this seg */ char *attrs; /* page attributes for this seg */ -- cgit v1.2.3