Module Name:    src
Committed By:   uebayasi
Date:           Tue Nov  9 04:50:50 UTC 2010

Modified Files:
        src/sys/dev/tc [uebayasi-xip]: px.c

Log Message:
Reduce diff from trunk.


To generate a diff of this commit:
cvs rdiff -u -r1.37.2.1 -r1.37.2.2 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.2.1 src/sys/dev/tc/px.c:1.37.2.2
--- src/sys/dev/tc/px.c:1.37.2.1	Fri May 28 07:50:44 2010
+++ src/sys/dev/tc/px.c	Tue Nov  9 04:50:50 2010
@@ -1,4 +1,4 @@
-/* 	$NetBSD: px.c,v 1.37.2.1 2010/05/28 07:50:44 uebayasi Exp $	*/
+/* 	$NetBSD: px.c,v 1.37.2.2 2010/11/09 04:50:50 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.2.1 2010/05/28 07:50:44 uebayasi Exp $");
+__KERNEL_RCSID(0, "$NetBSD: px.c,v 1.37.2.2 2010/11/09 04:50:50 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.h>
+#include <uvm/uvm.h>	/* XXX uvm_pageboot_alloc */
 
 #if defined(pmax)
 #include <mips/cpuregs.h>

Reply via email to