Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/uvm restore a dropped #ifdef _KERNEL



details:   https://anonhg.NetBSD.org/src/rev/0b16fb27fb5c
branches:  trunk
changeset: 493900:0b16fb27fb5c
user:      mrg <mrg%NetBSD.org@localhost>
date:      Mon Jun 26 17:18:40 2000 +0000

description:
restore a dropped #ifdef _KERNEL

diffstat:

 sys/uvm/uvm_map.h |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (27 lines):

diff -r 9744e7468172 -r 0b16fb27fb5c sys/uvm/uvm_map.h
--- a/sys/uvm/uvm_map.h Mon Jun 26 17:11:32 2000 +0000
+++ b/sys/uvm/uvm_map.h Mon Jun 26 17:18:40 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uvm_map.h,v 1.18 2000/06/26 15:32:28 mrg Exp $ */
+/*     $NetBSD: uvm_map.h,v 1.19 2000/06/26 17:18:40 mrg Exp $ */
 
 /* 
  * Copyright (c) 1997 Charles D. Cranor and Washington University.
@@ -107,6 +107,8 @@
 #define UVM_EXTRACT_QREF       0x4     /* use quick refs */
 #define UVM_EXTRACT_FIXPROT    0x8     /* set prot to maxprot as we go */
 
+#endif /* _KERNEL */
+
 #include <uvm/uvm_anon.h>
 
 /*
@@ -306,6 +308,8 @@
  * globals:
  */
 
+#ifdef _KERNEL
+
 #ifdef PMAP_GROWKERNEL
 extern vaddr_t uvm_maxkaddr;
 #endif



Home | Main Index | Thread Index | Old Index