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 paren mismatch.
details: https://anonhg.NetBSD.org/src/rev/7bd95fdcc5a4
branches: yamt-uio_vmspace
changeset: 586730:7bd95fdcc5a4
user: yamt <yamt%NetBSD.org@localhost>
date: Sat Feb 18 14:31:36 2006 +0000
description:
fix paren mismatch.
diffstat:
sys/arch/arc/arc/bus_dma.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 05e1f1427691 -r 7bd95fdcc5a4 sys/arch/arc/arc/bus_dma.c
--- a/sys/arch/arc/arc/bus_dma.c Sat Feb 18 14:26:06 2006 +0000
+++ b/sys/arch/arc/arc/bus_dma.c Sat Feb 18 14:31:36 2006 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: bus_dma.c,v 1.26.2.1 2006/02/18 11:12:18 yamt Exp $ */
+/* $NetBSD: bus_dma.c,v 1.26.2.2 2006/02/18 14:31:36 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.1 2006/02/18 11:12:18 yamt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: bus_dma.c,v 1.26.2.2 2006/02/18 14:31:36 yamt Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -166,7 +166,7 @@
if (!VMSPACE_IS_KERNEL_P(vm))
(void)pmap_extract(vm_map_pmap(&vm->vm_map),
vaddr, &curaddr);
- } else
+ else
curaddr = kvtophys(vaddr);
/*
Home |
Main Index |
Thread Index |
Old Index