Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/ic Yet another hidden uvmexp user.



details:   https://anonhg.NetBSD.org/src/rev/9024d0652cd6
branches:  trunk
changeset: 758724:9024d0652cd6
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Sun Nov 14 04:01:50 2010 +0000

description:
Yet another hidden uvmexp user.

diffstat:

 sys/dev/ic/lsi64854.c |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (27 lines):

diff -r 8e7708ca136f -r 9024d0652cd6 sys/dev/ic/lsi64854.c
--- a/sys/dev/ic/lsi64854.c     Sun Nov 14 03:57:17 2010 +0000
+++ b/sys/dev/ic/lsi64854.c     Sun Nov 14 04:01:50 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: lsi64854.c,v 1.35 2010/11/13 13:52:01 uebayasi Exp $ */
+/*     $NetBSD: lsi64854.c,v 1.36 2010/11/14 04:01:50 uebayasi Exp $ */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: lsi64854.c,v 1.35 2010/11/13 13:52:01 uebayasi Exp $");
+__KERNEL_RCSID(0, "$NetBSD: lsi64854.c,v 1.36 2010/11/14 04:01:50 uebayasi Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -43,6 +43,8 @@
 #include <machine/autoconf.h>
 #include <sys/cpu.h>
 
+#include <uvm/uvm_extern.h>
+
 #include <dev/scsipi/scsi_all.h>
 #include <dev/scsipi/scsipi_all.h>
 #include <dev/scsipi/scsiconf.h>



Home | Main Index | Thread Index | Old Index