Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arc/jazz struct proc * deref.



details:   https://anonhg.NetBSD.org/src/rev/125e95f3505a
branches:  trunk
changeset: 758763:125e95f3505a
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Mon Nov 15 06:13:16 2010 +0000

description:
struct proc * deref.

diffstat:

 sys/arch/arc/jazz/bus_dma_jazz.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r 52eb89893e8d -r 125e95f3505a sys/arch/arc/jazz/bus_dma_jazz.c
--- a/sys/arch/arc/jazz/bus_dma_jazz.c  Mon Nov 15 06:12:28 2010 +0000
+++ b/sys/arch/arc/jazz/bus_dma_jazz.c  Mon Nov 15 06:13:16 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bus_dma_jazz.c,v 1.15 2008/05/14 13:29:27 tsutsui Exp $        */
+/*     $NetBSD: bus_dma_jazz.c,v 1.16 2010/11/15 06:13:16 uebayasi Exp $       */
 
 /*-
  * Copyright (c) 2003 Izumi Tsutsui.  All rights reserved.
@@ -51,12 +51,13 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: bus_dma_jazz.c,v 1.15 2008/05/14 13:29:27 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: bus_dma_jazz.c,v 1.16 2010/11/15 06:13:16 uebayasi Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
 #include <sys/mbuf.h>
 #include <sys/device.h>
+#include <sys/proc.h>
 
 #include <uvm/uvm_extern.h>
 



Home | Main Index | Thread Index | Old Index