Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/xscale Remove unused variable. Fixes compile er...



details:   https://anonhg.NetBSD.org/src/rev/74b454aaa08a
branches:  trunk
changeset: 326961:74b454aaa08a
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Mon Feb 24 00:32:17 2014 +0000

description:
Remove unused variable. Fixes compile error.

diffstat:

 sys/arch/arm/xscale/pxa2x0_space.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r ec4e65baccaf -r 74b454aaa08a sys/arch/arm/xscale/pxa2x0_space.c
--- a/sys/arch/arm/xscale/pxa2x0_space.c        Sun Feb 23 22:38:40 2014 +0000
+++ b/sys/arch/arm/xscale/pxa2x0_space.c        Mon Feb 24 00:32:17 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pxa2x0_space.c,v 1.11 2014/02/22 20:33:00 matt Exp $ */
+/*     $NetBSD: pxa2x0_space.c,v 1.12 2014/02/24 00:32:17 msaitoh Exp $ */
 
 /*
  * Copyright (c) 2001, 2002 Wasabi Systems, Inc.
@@ -76,7 +76,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pxa2x0_space.c,v 1.11 2014/02/22 20:33:00 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pxa2x0_space.c,v 1.12 2014/02/24 00:32:17 msaitoh Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -174,7 +174,6 @@
 {
        u_long startpa, endpa, pa;
        vaddr_t va;
-       pt_entry_t *pte;
        const struct pmap_devmap        *pd;
 
        if ((pd = pmap_devmap_find_pa(bpa, size)) != NULL) {



Home | Main Index | Thread Index | Old Index