Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/uvm need uvm_pmap.h for pmap_mmap_flags definition
details: https://anonhg.NetBSD.org/src/rev/f4b22e73178b
branches: trunk
changeset: 761960:f4b22e73178b
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Sat Feb 12 14:45:31 2011 +0000
description:
need uvm_pmap.h for pmap_mmap_flags definition
diffstat:
sys/uvm/uvm_device.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r d0a2b5b78e3c -r f4b22e73178b sys/uvm/uvm_device.c
--- a/sys/uvm/uvm_device.c Sat Feb 12 14:24:18 2011 +0000
+++ b/sys/uvm/uvm_device.c Sat Feb 12 14:45:31 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: uvm_device.c,v 1.59 2011/02/11 23:05:55 jmcneill Exp $ */
+/* $NetBSD: uvm_device.c,v 1.60 2011/02/12 14:45:31 jmcneill Exp $ */
/*
* Copyright (c) 1997 Charles D. Cranor and Washington University.
@@ -32,7 +32,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uvm_device.c,v 1.59 2011/02/11 23:05:55 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uvm_device.c,v 1.60 2011/02/12 14:45:31 jmcneill Exp $");
#include "opt_uvmhist.h"
@@ -44,6 +44,7 @@
#include <uvm/uvm.h>
#include <uvm/uvm_device.h>
+#include <uvm/uvm_pmap.h>
/*
* private global data structure
Home |
Main Index |
Thread Index |
Old Index