Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/isa Include uvm/uvm_external.h to access UVM externa...



details:   https://anonhg.NetBSD.org/src/rev/1b79739a8d81
branches:  trunk
changeset: 758494:1b79739a8d81
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Sat Nov 06 10:59:45 2010 +0000

description:
Include uvm/uvm_external.h to access UVM external API (uvm_km_*(9)).

diffstat:

 sys/dev/isa/isv.c |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 12750456491b -r 1b79739a8d81 sys/dev/isa/isv.c
--- a/sys/dev/isa/isv.c Sat Nov 06 10:58:12 2010 +0000
+++ b/sys/dev/isa/isv.c Sat Nov 06 10:59:45 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: isv.c,v 1.3 2009/02/27 23:13:32 dyoung Exp $ */
+/*     $NetBSD: isv.c,v 1.4 2010/11/06 10:59:45 uebayasi Exp $ */
 
 /*-
  * Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -30,14 +30,15 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: isv.c,v 1.3 2009/02/27 23:13:32 dyoung Exp $");
+__KERNEL_RCSID(0, "$NetBSD: isv.c,v 1.4 2010/11/06 10:59:45 uebayasi Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
 #include <sys/kernel.h>
 #include <sys/device.h>
 #include <sys/conf.h>
-#include <uvm/uvm.h>
+
+#include <uvm/uvm_extern.h>
 
 #include <sys/bus.h>
 



Home | Main Index | Thread Index | Old Index