Source-Changes-HG archive

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

[src/trunk]: src/sys/uvm remove now-wrong comment. formatting nit.



details:   https://anonhg.NetBSD.org/src/rev/08562879cbef
branches:  trunk
changeset: 472586:08562879cbef
user:      mrg <mrg%NetBSD.org@localhost>
date:      Mon May 03 08:53:24 1999 +0000

description:
remove now-wrong comment.  formatting nit.

diffstat:

 sys/uvm/uvm_map_i.h |  8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diffs (29 lines):

diff -r ba6f0cf91b54 -r 08562879cbef sys/uvm/uvm_map_i.h
--- a/sys/uvm/uvm_map_i.h       Mon May 03 07:44:47 1999 +0000
+++ b/sys/uvm/uvm_map_i.h       Mon May 03 08:53:24 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uvm_map_i.h,v 1.11 1999/03/25 18:48:53 mrg Exp $       */
+/*     $NetBSD: uvm_map_i.h,v 1.12 1999/05/03 08:53:24 mrg Exp $       */
 
 /* 
  * Copyright (c) 1997 Charles D. Cranor and Washington University.
@@ -137,10 +137,6 @@
  *
  * => caller must check alignment and size 
  * => map must be unlocked (we will lock it)
- * => if the "start"/"stop" range lie within a mapping of a share map,
- *    then the unmap takes place within the context of that share map
- *    rather than in the main map, unless the "mainonly" flag is set.
- *    (e.g. the "exit" system call would want to set "mainonly").
  */
 
 MAP_INLINE int
@@ -153,7 +149,7 @@
        UVMHIST_FUNC("uvm_unmap"); UVMHIST_CALLED(maphist);
 
        UVMHIST_LOG(maphist, "  (map=0x%x, start=0x%x, end=0x%x)",
-       map, start, end, 0);
+           map, start, end, 0);
        /*
         * work now done by helper functions.   wipe the pmap's and then
         * detach from the dead entries...



Home | Main Index | Thread Index | Old Index