Module Name:    src
Committed By:   njoly
Date:           Fri Nov 12 10:51:15 UTC 2010

Modified Files:
        src/sys/arch/xen/x86: xen_bus_dma.c

Log Message:
Include uvm.h not uvm_extern.h following recent changes.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/arch/xen/x86/xen_bus_dma.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/xen/x86/xen_bus_dma.c
diff -u src/sys/arch/xen/x86/xen_bus_dma.c:1.21 src/sys/arch/xen/x86/xen_bus_dma.c:1.22
--- src/sys/arch/xen/x86/xen_bus_dma.c:1.21	Mon Mar 22 22:03:30 2010
+++ src/sys/arch/xen/x86/xen_bus_dma.c	Fri Nov 12 10:51:14 2010
@@ -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;
 

Reply via email to