From 1d2fbbb34f1223a6a7a3969e8069add9793b90fd Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Tue, 20 Dec 2005 21:41:52 +0000 Subject: Vax does not need to __HAVE_PMAP_PHYSSEG. --- sys/arch/vax/include/vmparam.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'sys/arch/vax/include/vmparam.h') diff --git a/sys/arch/vax/include/vmparam.h b/sys/arch/vax/include/vmparam.h index 66fed2bd658..5f18927bd6f 100644 --- a/sys/arch/vax/include/vmparam.h +++ b/sys/arch/vax/include/vmparam.h @@ -1,4 +1,4 @@ -/* $OpenBSD: vmparam.h,v 1.25 2005/11/06 22:21:30 miod Exp $ */ +/* $OpenBSD: vmparam.h,v 1.26 2005/12/20 21:41:51 miod Exp $ */ /* $NetBSD: vmparam.h,v 1.32 2000/03/07 00:05:59 matt Exp $ */ /*- @@ -92,11 +92,6 @@ #define VM_NFREELIST 1 #define VM_FREELIST_DEFAULT 0 -#define __HAVE_PMAP_PHYSSEG -struct pmap_physseg { - int dummy; -}; - /* MD round macros */ #define vax_round_page(x) (((vaddr_t)(x) + VAX_PGOFSET) & ~VAX_PGOFSET) #define vax_trunc_page(x) ((vaddr_t)(x) & ~VAX_PGOFSET) -- cgit v1.2.3