Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-6]: src/sys/uvm Pull up revision 1.32 (requested by cjep in tic...
details: https://anonhg.NetBSD.org/src/rev/1988a39fcc27
branches: netbsd-1-6
changeset: 530263:1988a39fcc27
user: tron <tron%NetBSD.org@localhost>
date: Sun Jun 15 12:57:26 2003 +0000
description:
Pull up revision 1.32 (requested by cjep in ticket #1240):
Protect "struct uvm" with _KERNEL.
diffstat:
sys/uvm/uvm.h | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (27 lines):
diff -r 8fe51862d4dd -r 1988a39fcc27 sys/uvm/uvm.h
--- a/sys/uvm/uvm.h Sun Jun 15 12:55:31 2003 +0000
+++ b/sys/uvm/uvm.h Sun Jun 15 12:57:26 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: uvm.h,v 1.31 2001/09/15 20:36:44 chs Exp $ */
+/* $NetBSD: uvm.h,v 1.31.12.1 2003/06/15 12:57:26 tron Exp $ */
/*
*
@@ -64,6 +64,8 @@
#include <uvm/uvm_pdaemon.h>
#include <uvm/uvm_swap.h>
+#ifdef _KERNEL
+
/*
* pull in VM_NFREELIST
*/
@@ -122,6 +124,8 @@
struct uvm_object *kernel_object;
};
+#endif /* _KERNEL */
+
/*
* vm_map_entry etype bits:
*/
Home |
Main Index |
Thread Index |
Old Index