Source-Changes-HG archive

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

[src/yamt-uio_vmspace]: src/sys/arch/mips/mips remove a variable which is now...



details:   https://anonhg.NetBSD.org/src/rev/bf58d36f86f8
branches:  yamt-uio_vmspace
changeset: 586744:bf58d36f86f8
user:      yamt <yamt%NetBSD.org@localhost>
date:      Sat Feb 18 23:52:06 2006 +0000

description:
remove a variable which is now unused.

diffstat:

 sys/arch/mips/mips/bus_dma.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 64a29674fcd9 -r bf58d36f86f8 sys/arch/mips/mips/bus_dma.c
--- a/sys/arch/mips/mips/bus_dma.c      Sat Feb 18 23:44:27 2006 +0000
+++ b/sys/arch/mips/mips/bus_dma.c      Sat Feb 18 23:52:06 2006 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bus_dma.c,v 1.16.2.2 2006/02/18 23:28:28 yamt Exp $    */
+/*     $NetBSD: bus_dma.c,v 1.16.2.3 2006/02/18 23:52:06 yamt Exp $    */
 
 /*-
  * Copyright (c) 1997, 1998, 2001 The NetBSD Foundation, Inc.
@@ -39,7 +39,7 @@
 
 #include <sys/cdefs.h>                 /* RCS ID & Copyright macro defns */
 
-__KERNEL_RCSID(0, "$NetBSD: bus_dma.c,v 1.16.2.2 2006/02/18 23:28:28 yamt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: bus_dma.c,v 1.16.2.3 2006/02/18 23:52:06 yamt Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -331,7 +331,6 @@
        paddr_t lastaddr;
        int seg, i, error, first;
        bus_size_t minlen, resid;
-       struct proc *p = NULL;
        struct iovec *iov;
        caddr_t addr;
 



Home | Main Index | Thread Index | Old Index