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/algor/algor remove an unused variable.
details: https://anonhg.NetBSD.org/src/rev/82ac9a2401fa
branches: yamt-uio_vmspace
changeset: 586747:82ac9a2401fa
user: yamt <yamt%NetBSD.org@localhost>
date: Sun Feb 19 00:03:52 2006 +0000
description:
remove an unused variable.
diffstat:
sys/arch/algor/algor/bus_dma.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 530ca9cc38cb -r 82ac9a2401fa sys/arch/algor/algor/bus_dma.c
--- a/sys/arch/algor/algor/bus_dma.c Sun Feb 19 00:02:41 2006 +0000
+++ b/sys/arch/algor/algor/bus_dma.c Sun Feb 19 00:03:52 2006 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: bus_dma.c,v 1.15.2.2 2006/02/18 23:28:28 yamt Exp $ */
+/* $NetBSD: bus_dma.c,v 1.15.2.3 2006/02/19 00:03:52 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.15.2.2 2006/02/18 23:28:28 yamt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: bus_dma.c,v 1.15.2.3 2006/02/19 00:03:52 yamt Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -330,7 +330,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