Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/alpha/alpha Fix build by pulling in uvm/uvm_extern.h.



details:   https://anonhg.NetBSD.org/src/rev/e3ae8dd22bac
branches:  trunk
changeset: 759814:e3ae8dd22bac
user:      joerg <joerg%NetBSD.org@localhost>
date:      Fri Dec 17 02:36:35 2010 +0000

description:
Fix build by pulling in uvm/uvm_extern.h.

diffstat:

 sys/arch/alpha/alpha/cpu.c      |  6 ++++--
 sys/arch/alpha/alpha/ipifuncs.c |  6 ++++--
 2 files changed, 8 insertions(+), 4 deletions(-)

diffs (54 lines):

diff -r 5c214688f0dc -r e3ae8dd22bac sys/arch/alpha/alpha/cpu.c
--- a/sys/arch/alpha/alpha/cpu.c        Fri Dec 17 01:30:50 2010 +0000
+++ b/sys/arch/alpha/alpha/cpu.c        Fri Dec 17 02:36:35 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cpu.c,v 1.89 2010/12/15 01:32:31 matt Exp $ */
+/* $NetBSD: cpu.c,v 1.90 2010/12/17 02:36:35 joerg Exp $ */
 
 /*-
  * Copyright (c) 1998, 1999, 2000, 2001 The NetBSD Foundation, Inc.
@@ -59,7 +59,7 @@
 
 #include <sys/cdefs.h>                 /* RCS ID & Copyright macro defns */
 
-__KERNEL_RCSID(0, "$NetBSD: cpu.c,v 1.89 2010/12/15 01:32:31 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cpu.c,v 1.90 2010/12/17 02:36:35 joerg Exp $");
 
 #include "opt_ddb.h"
 #include "opt_multiprocessor.h"
@@ -72,6 +72,8 @@
 #include <sys/atomic.h>
 #include <sys/cpu.h>
 
+#include <uvm/uvm_extern.h>
+
 #include <machine/autoconf.h>
 #include <machine/cpuvar.h>
 #include <machine/rpb.h>
diff -r 5c214688f0dc -r e3ae8dd22bac sys/arch/alpha/alpha/ipifuncs.c
--- a/sys/arch/alpha/alpha/ipifuncs.c   Fri Dec 17 01:30:50 2010 +0000
+++ b/sys/arch/alpha/alpha/ipifuncs.c   Fri Dec 17 02:36:35 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ipifuncs.c,v 1.44 2010/12/15 01:32:31 matt Exp $ */
+/* $NetBSD: ipifuncs.c,v 1.45 2010/12/17 02:36:35 joerg Exp $ */
 
 /*-
  * Copyright (c) 1998, 1999, 2000, 2001 The NetBSD Foundation, Inc.
@@ -32,7 +32,7 @@
 
 #include <sys/cdefs.h>                 /* RCS ID & Copyright macro defns */
 
-__KERNEL_RCSID(0, "$NetBSD: ipifuncs.c,v 1.44 2010/12/15 01:32:31 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ipifuncs.c,v 1.45 2010/12/17 02:36:35 joerg Exp $");
 
 /*
  * Interprocessor interrupt handlers.
@@ -48,6 +48,8 @@
 #include <sys/intr.h>
 #include <sys/xcall.h>
 
+#include <uvm/uvm_extern.h>
+
 #include <machine/alpha_cpu.h>
 #include <machine/alpha.h>
 #include <machine/cpuvar.h>



Home | Main Index | Thread Index | Old Index