Source-Changes-HG archive

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

[src/trunk]: src/sys/vm Clean up some comments.



details:   https://anonhg.NetBSD.org/src/rev/43e9bc4c6d94
branches:  trunk
changeset: 473713:43e9bc4c6d94
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Wed Jun 16 17:43:49 1999 +0000

description:
Clean up some comments.

diffstat:

 sys/vm/vm_map.h |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (24 lines):

diff -r 7b59b8e4a0e1 -r 43e9bc4c6d94 sys/vm/vm_map.h
--- a/sys/vm/vm_map.h   Wed Jun 16 17:25:39 1999 +0000
+++ b/sys/vm/vm_map.h   Wed Jun 16 17:43:49 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vm_map.h,v 1.31 1999/06/16 00:29:05 thorpej Exp $      */
+/*     $NetBSD: vm_map.h,v 1.32 1999/06/16 17:43:49 thorpej Exp $      */
 
 /* 
  * Copyright (c) 1991, 1993
@@ -107,13 +107,11 @@
        vaddr_t                 end;            /* end address */
        union vm_map_object     object;         /* object I point to */
        vsize_t                 offset;         /* offset into object */
-       /* etype is a bitmap that replaces the following 4 items */
        int                     etype;          /* entry type */
-               /* Only in task maps: */
        vm_prot_t               protection;     /* protection code */
        vm_prot_t               max_protection; /* maximum protection */
        vm_inherit_t            inheritance;    /* inheritance */
-       int                     wired_count;    /* can be paged if = 0 */
+       int                     wired_count;    /* can be paged if == 0 */
        struct vm_aref          aref;           /* anonymous overlay */
        int                     advice;         /* madvise advice */
 #define uvm_map_entry_stop_copy flags



Home | Main Index | Thread Index | Old Index