diff --git a/sys/arch/sparc/include/pmap.h b/sys/arch/sparc/include/pmap.h index 6e50a8c02dc7..ef0c9db67c95 100644 --- a/sys/arch/sparc/include/pmap.h +++ b/sys/arch/sparc/include/pmap.h @@ -1,4 +1,4 @@ -/* $NetBSD: pmap.h,v 1.15 1995/04/13 13:48:54 pk Exp $ */ +/* $NetBSD: pmap.h,v 1.16 1995/04/13 16:24:40 pk Exp $ */ /* * Copyright (c) 1992, 1993 @@ -117,9 +117,7 @@ struct pmap { #endif int pm_refcount; /* just what it says */ -#ifdef MMU_3L struct mmuhd pm_reglist; /* MMU regions on this pmap */ -#endif struct mmuhd pm_seglist; /* MMU segments on this pmap */ void *pm_regstore; struct regmap *pm_regmap;