From e1873796ae53c776f096bb1c29fdbf0883cccdaa Mon Sep 17 00:00:00 2001 From: pk Date: Thu, 13 Apr 1995 16:24:40 +0000 Subject: [PATCH] Make size of `struct pmap' independent of `MMU3_L', so libkvm is usable on all machines. --- sys/arch/sparc/include/pmap.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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;