diff --git a/sys/arch/arm26/arm26/pmap.c b/sys/arch/arm26/arm26/pmap.c index 2d7c01d261e4..128ebb896f01 100644 --- a/sys/arch/arm26/arm26/pmap.c +++ b/sys/arch/arm26/arm26/pmap.c @@ -1,4 +1,4 @@ -/* $NetBSD: pmap.c,v 1.16 2001/01/14 03:32:20 thorpej Exp $ */ +/* $NetBSD: pmap.c,v 1.17 2001/02/17 19:09:51 bjh21 Exp $ */ /*- * Copyright (c) 1997, 1998, 2000 Ben Harris * All rights reserved. @@ -105,7 +105,7 @@ #include -__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.16 2001/01/14 03:32:20 thorpej Exp $"); +__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.17 2001/02/17 19:09:51 bjh21 Exp $"); #include /* for cold */ #include @@ -177,7 +177,9 @@ static struct pool *pmap_pool; static pmap_t active_pmap; UVMHIST_DECL(pmaphist); +#ifdef UVMHIST static struct uvm_history_ent pmaphistbuf[100]; +#endif void pmap_init2(void);