From fc6ae28683b83f6b889a1987f11e4752d98d3986 Mon Sep 17 00:00:00 2001 From: mrg Date: Tue, 16 May 2006 21:39:26 +0000 Subject: [PATCH] redo the previous. GCC4 wants both pv_pa and pv_va initialised. --- sys/arch/evbarm/adi_brh/brh_machdep.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sys/arch/evbarm/adi_brh/brh_machdep.c b/sys/arch/evbarm/adi_brh/brh_machdep.c index 9b5300f515ce..c0c8ddae99e0 100644 --- a/sys/arch/evbarm/adi_brh/brh_machdep.c +++ b/sys/arch/evbarm/adi_brh/brh_machdep.c @@ -1,4 +1,4 @@ -/* $NetBSD: brh_machdep.c,v 1.24 2006/05/16 21:35:47 mrg Exp $ */ +/* $NetBSD: brh_machdep.c,v 1.25 2006/05/16 21:39:26 mrg Exp $ */ /* * Copyright (c) 2001, 2002, 2003 Wasabi Systems, Inc. @@ -73,7 +73,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: brh_machdep.c,v 1.24 2006/05/16 21:35:47 mrg Exp $"); +__KERNEL_RCSID(0, "$NetBSD: brh_machdep.c,v 1.25 2006/05/16 21:39:26 mrg Exp $"); #include "opt_ddb.h" #include "opt_pmap_debug.h" @@ -392,6 +392,7 @@ initarm(void *arg) psize_t memsize; kernel_l1pt.pv_pa = 0; + kernel_l1pt.pv_va = 0; /* * Clear out the 7-segment display. Whee, the first visual