Module Name:    src
Committed By:   uebayasi
Date:           Thu Aug 26 09:43:45 UTC 2010

Modified Files:
        src/sys/arch/xen/x86 [uebayasi-xip]: cpu.c

Log Message:
Fix build.


To generate a diff of this commit:
cvs rdiff -u -r1.40.2.2 -r1.40.2.3 src/sys/arch/xen/x86/cpu.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/cpu.c
diff -u src/sys/arch/xen/x86/cpu.c:1.40.2.2 src/sys/arch/xen/x86/cpu.c:1.40.2.3
--- src/sys/arch/xen/x86/cpu.c:1.40.2.2	Tue Aug 17 06:45:35 2010
+++ src/sys/arch/xen/x86/cpu.c	Thu Aug 26 09:43:45 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: cpu.c,v 1.40.2.2 2010/08/17 06:45:35 uebayasi Exp $	*/
+/*	$NetBSD: cpu.c,v 1.40.2.3 2010/08/26 09:43:45 uebayasi Exp $	*/
 /* NetBSD: cpu.c,v 1.18 2004/02/20 17:35:01 yamt Exp  */
 
 /*-
@@ -66,7 +66,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cpu.c,v 1.40.2.2 2010/08/17 06:45:35 uebayasi Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cpu.c,v 1.40.2.3 2010/08/26 09:43:45 uebayasi Exp $");
 
 #include "opt_ddb.h"
 #include "opt_multiprocessor.h"
@@ -87,6 +87,7 @@
 #include <sys/reboot.h>
 
 #include <uvm/uvm_extern.h>
+#include <uvm/uvm_page.h>
 
 #include <machine/cpufunc.h>
 #include <machine/cpuvar.h>

Reply via email to