Module Name:    src
Committed By:   uebayasi
Date:           Sat Nov  6 10:58:13 UTC 2010

Modified Files:
        src/sys/dev/tc: px.c

Log Message:
Include uvm/uvm.h to access UVM internal.


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/sys/dev/tc/px.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/dev/tc/px.c
diff -u src/sys/dev/tc/px.c:1.37 src/sys/dev/tc/px.c:1.38
--- src/sys/dev/tc/px.c:1.37	Sat Aug 22 17:38:06 2009
+++ src/sys/dev/tc/px.c	Sat Nov  6 10:58:12 2010
@@ -1,4 +1,4 @@
-/* 	$NetBSD: px.c,v 1.37 2009/08/22 17:38:06 tsutsui Exp $	*/
+/* 	$NetBSD: px.c,v 1.38 2010/11/06 10:58:12 uebayasi Exp $	*/
 
 /*-
  * Copyright (c) 1999, 2000, 2001 The NetBSD Foundation, Inc.
@@ -34,7 +34,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: px.c,v 1.37 2009/08/22 17:38:06 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: px.c,v 1.38 2010/11/06 10:58:12 uebayasi Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -42,7 +42,7 @@
 #include <sys/malloc.h>
 #include <sys/callout.h>
 
-#include <uvm/uvm_extern.h>
+#include <uvm/uvm.h>	/* XXX uvm_pageboot_alloc */
 
 #if defined(pmax)
 #include <mips/cpuregs.h>

Reply via email to