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 For cpu_uarea, need uvm.h instead of uv...



details:   https://anonhg.NetBSD.org/src/rev/ba522e4726d5
branches:  trunk
changeset: 772931:ba522e4726d5
user:      matt <matt%NetBSD.org@localhost>
date:      Sat Jan 21 21:50:24 2012 +0000

description:
For cpu_uarea, need uvm.h instead of uvm_extern.h

diffstat:

 sys/arch/alpha/alpha/vm_machdep.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r e27238eac741 -r ba522e4726d5 sys/arch/alpha/alpha/vm_machdep.c
--- a/sys/arch/alpha/alpha/vm_machdep.c Sat Jan 21 21:49:50 2012 +0000
+++ b/sys/arch/alpha/alpha/vm_machdep.c Sat Jan 21 21:50:24 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: vm_machdep.c,v 1.108 2011/06/14 07:53:29 matt Exp $ */
+/* $NetBSD: vm_machdep.c,v 1.109 2012/01/21 21:50:24 matt Exp $ */
 
 /*
  * Copyright (c) 1994, 1995, 1996 Carnegie-Mellon University.
@@ -29,7 +29,7 @@
 
 #include <sys/cdefs.h>                 /* RCS ID & Copyright macro defns */
 
-__KERNEL_RCSID(0, "$NetBSD: vm_machdep.c,v 1.108 2011/06/14 07:53:29 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vm_machdep.c,v 1.109 2012/01/21 21:50:24 matt Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -40,7 +40,7 @@
 #include <sys/core.h>
 #include <sys/exec.h>
 
-#include <uvm/uvm_extern.h>
+#include <uvm/uvm.h>
 
 #include <machine/cpu.h>
 #include <machine/alpha.h>



Home | Main Index | Thread Index | Old Index