Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/arm/arm32 Remove a shadowed and unused local declar...



details:   https://anonhg.NetBSD.org/src/rev/9d0be9414c5d
branches:  trunk
changeset: 750477:9d0be9414c5d
user:      he <he%NetBSD.org@localhost>
date:      Sat Jan 02 07:53:29 2010 +0000

description:
Remove a shadowed and unused local declaration so that this builds again.

diffstat:

 sys/arch/arm/arm32/pmap.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r a8bffe9601f4 -r 9d0be9414c5d sys/arch/arm/arm32/pmap.c
--- a/sys/arch/arm/arm32/pmap.c Sat Jan 02 06:46:09 2010 +0000
+++ b/sys/arch/arm/arm32/pmap.c Sat Jan 02 07:53:29 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap.c,v 1.210 2010/01/01 02:32:28 uebayasi Exp $      */
+/*     $NetBSD: pmap.c,v 1.211 2010/01/02 07:53:29 he Exp $    */
 
 /*
  * Copyright 2003 Wasabi Systems, Inc.
@@ -211,7 +211,7 @@
 #include <machine/param.h>
 #include <arm/arm32/katelib.h>
 
-__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.210 2010/01/01 02:32:28 uebayasi Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pmap.c,v 1.211 2010/01/02 07:53:29 he Exp $");
 
 #ifdef PMAP_DEBUG
 
@@ -2357,7 +2357,7 @@
 static int
 pmap_clean_page(struct pv_entry *pv, bool is_src)
 {
-       pmap_t pm, pm_to_clean = NULL;
+       pmap_t pm_to_clean = NULL;
        struct pv_entry *npv;
        u_int cache_needs_cleaning = 0;
        u_int flags = 0;



Home | Main Index | Thread Index | Old Index