Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/powerpc/powerpc Include <uvm/uvm.h> instead of <uvm...
details: https://anonhg.NetBSD.org/src/rev/63618280640a
branches: trunk
changeset: 766045:63618280640a
user: matt <matt%NetBSD.org@localhost>
date: Tue Jun 14 05:49:14 2011 +0000
description:
Include <uvm/uvm.h> instead of <uvm/uvm_extern.h> since we are using more
uvm functions.
diffstat:
sys/arch/powerpc/powerpc/vm_machdep.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 24bfe7945608 -r 63618280640a sys/arch/powerpc/powerpc/vm_machdep.c
--- a/sys/arch/powerpc/powerpc/vm_machdep.c Tue Jun 14 05:43:37 2011 +0000
+++ b/sys/arch/powerpc/powerpc/vm_machdep.c Tue Jun 14 05:49:14 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: vm_machdep.c,v 1.86 2011/06/13 21:19:02 matt Exp $ */
+/* $NetBSD: vm_machdep.c,v 1.87 2011/06/14 05:49:14 matt Exp $ */
/*
* Copyright (C) 1995, 1996 Wolfgang Solfrank.
@@ -32,7 +32,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: vm_machdep.c,v 1.86 2011/06/13 21:19:02 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vm_machdep.c,v 1.87 2011/06/14 05:49:14 matt Exp $");
#include "opt_altivec.h"
#include "opt_multiprocessor.h"
@@ -46,7 +46,7 @@
#include <sys/vnode.h>
#include <sys/buf.h>
-#include <uvm/uvm_extern.h>
+#include <uvm/uvm.h>
#if defined(ALTIVEC) || defined(PPC_HAVE_SPE)
#include <powerpc/altivec.h>
Home |
Main Index |
Thread Index |
Old Index