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/arc/arc fix a typo.



details:   https://anonhg.NetBSD.org/src/rev/86e7259986c0
branches:  yamt-uio_vmspace
changeset: 586732:86e7259986c0
user:      yamt <yamt%NetBSD.org@localhost>
date:      Sat Feb 18 14:39:41 2006 +0000

description:
fix a typo.

diffstat:

 sys/arch/arc/arc/bus_dma.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 07badda4e81e -r 86e7259986c0 sys/arch/arc/arc/bus_dma.c
--- a/sys/arch/arc/arc/bus_dma.c        Sat Feb 18 14:35:56 2006 +0000
+++ b/sys/arch/arc/arc/bus_dma.c        Sat Feb 18 14:39:41 2006 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bus_dma.c,v 1.26.2.3 2006/02/18 14:35:56 yamt Exp $    */
+/*     $NetBSD: bus_dma.c,v 1.26.2.4 2006/02/18 14:39:41 yamt Exp $    */
 /*     NetBSD: bus_dma.c,v 1.20 2000/01/10 03:24:36 simonb Exp         */
 
 /*-
@@ -39,7 +39,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: bus_dma.c,v 1.26.2.3 2006/02/18 14:35:56 yamt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: bus_dma.c,v 1.26.2.4 2006/02/18 14:39:41 yamt Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -367,7 +367,7 @@
        if (error == 0) {
                map->dm_mapsize = uio->uio_resid;
                map->dm_nsegs = seg + 1;
-               map->_dm_vmspace = uio->vmspace;
+               map->_dm_vmspace = uio->uio_vmspace;
        }
        return error;
 }



Home | Main Index | Thread Index | Old Index