Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/xen/x86 Include uvm.h not uvm_extern.h following re...



details:   https://anonhg.NetBSD.org/src/rev/86974040f750
branches:  trunk
changeset: 758654:86974040f750
user:      njoly <njoly%NetBSD.org@localhost>
date:      Fri Nov 12 10:51:14 2010 +0000

description:
Include uvm.h not uvm_extern.h following recent changes.

diffstat:

 sys/arch/xen/x86/xen_bus_dma.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r f41f0cc440b6 -r 86974040f750 sys/arch/xen/x86/xen_bus_dma.c
--- a/sys/arch/xen/x86/xen_bus_dma.c    Fri Nov 12 10:36:37 2010 +0000
+++ b/sys/arch/xen/x86/xen_bus_dma.c    Fri Nov 12 10:51:14 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: xen_bus_dma.c,v 1.21 2010/03/22 22:03:30 bouyer Exp $  */
+/*     $NetBSD: xen_bus_dma.c,v 1.22 2010/11/12 10:51:14 njoly Exp $   */
 /*     NetBSD bus_dma.c,v 1.21 2005/04/16 07:53:35 yamt Exp */
 
 /*-
@@ -32,7 +32,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: xen_bus_dma.c,v 1.21 2010/03/22 22:03:30 bouyer Exp $");
+__KERNEL_RCSID(0, "$NetBSD: xen_bus_dma.c,v 1.22 2010/11/12 10:51:14 njoly Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -43,7 +43,7 @@
 #include <machine/bus.h>
 #include <machine/bus_private.h>
 
-#include <uvm/uvm_extern.h>
+#include <uvm/uvm.h>
 
 extern paddr_t avail_end;
 



Home | Main Index | Thread Index | Old Index