From 816acbe3ac18703ddcb026f513fb44121b85fbd2 Mon Sep 17 00:00:00 2001 From: ragge Date: Sat, 6 Mar 1999 11:11:11 +0000 Subject: [PATCH] pmap_physseg must be visible. --- sys/arch/vax/include/vmparam.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/sys/arch/vax/include/vmparam.h b/sys/arch/vax/include/vmparam.h index 1d41ae5d9d23..331401b06cb9 100644 --- a/sys/arch/vax/include/vmparam.h +++ b/sys/arch/vax/include/vmparam.h @@ -1,4 +1,4 @@ -/* $NetBSD: vmparam.h,v 1.23 1999/02/02 18:37:22 ragge Exp $ */ +/* $NetBSD: vmparam.h,v 1.24 1999/03/06 11:11:11 ragge Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. @@ -129,8 +129,6 @@ #define SAFERSS 8 /* nominal ``small'' resident set size protected against replacement */ -#if defined(UVM) - #define VM_PHYSSEG_MAX 1 #define VM_PHYSSEG_NOADD #define VM_PHYSSEG_STRAT VM_PSTRAT_BSEARCH /* XXX */ @@ -141,7 +139,6 @@ struct pmap_physseg { int dummy; }; -#endif /* * Mach derived constants