Source-Changes-HG archive

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

[src/uebayasi-xip]: src/sys/arch/xen/x86 Fix build.



details:   https://anonhg.NetBSD.org/src/rev/3bb7e8504486
branches:  uebayasi-xip
changeset: 751790:3bb7e8504486
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Thu Aug 26 09:43:45 2010 +0000

description:
Fix build.

diffstat:

 sys/arch/xen/x86/cpu.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r bc5745bbc456 -r 3bb7e8504486 sys/arch/xen/x86/cpu.c
--- a/sys/arch/xen/x86/cpu.c    Wed Aug 25 15:36:27 2010 +0000
+++ b/sys/arch/xen/x86/cpu.c    Thu Aug 26 09:43:45 2010 +0000
@@ -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>



Home | Main Index | Thread Index | Old Index