Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/tc Include uvm/uvm.h to access UVM internal.
details: https://anonhg.NetBSD.org/src/rev/12750456491b
branches: trunk
changeset: 758493:12750456491b
user: uebayasi <uebayasi%NetBSD.org@localhost>
date: Sat Nov 06 10:58:12 2010 +0000
description:
Include uvm/uvm.h to access UVM internal.
diffstat:
sys/dev/tc/px.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r d046b3a8134e -r 12750456491b sys/dev/tc/px.c
--- a/sys/dev/tc/px.c Sat Nov 06 09:40:31 2010 +0000
+++ b/sys/dev/tc/px.c Sat Nov 06 10:58:12 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: px.c,v 1.37 2009/08/22 17:38:06 tsutsui Exp $ */
+/* $NetBSD: px.c,v 1.38 2010/11/06 10:58:12 uebayasi Exp $ */
/*-
* Copyright (c) 1999, 2000, 2001 The NetBSD Foundation, Inc.
@@ -34,7 +34,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: px.c,v 1.37 2009/08/22 17:38:06 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: px.c,v 1.38 2010/11/06 10:58:12 uebayasi Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -42,7 +42,7 @@
#include <sys/malloc.h>
#include <sys/callout.h>
-#include <uvm/uvm_extern.h>
+#include <uvm/uvm.h> /* XXX uvm_pageboot_alloc */
#if defined(pmax)
#include <mips/cpuregs.h>
Home |
Main Index |
Thread Index |
Old Index