Source-Changes-HG archive

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

[src/trunk]: src/sys/uvm Ooops forgot the uvm_map.h



details:   https://anonhg.NetBSD.org/src/rev/bd3f6296f195
branches:  trunk
changeset: 772142:bd3f6296f195
user:      reinoud <reinoud%NetBSD.org@localhost>
date:      Tue Dec 20 15:41:01 2011 +0000

description:
Ooops forgot the uvm_map.h

diffstat:

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

diffs (17 lines):

diff -r f1d1db2a4856 -r bd3f6296f195 sys/uvm/uvm_map.h
--- a/sys/uvm/uvm_map.h Tue Dec 20 15:39:35 2011 +0000
+++ b/sys/uvm/uvm_map.h Tue Dec 20 15:41:01 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: uvm_map.h,v 1.67 2011/06/12 03:36:03 rmind Exp $       */
+/*     $NetBSD: uvm_map.h,v 1.68 2011/12/20 15:41:01 reinoud Exp $     */
 
 /*
  * Copyright (c) 1997 Charles D. Cranor and Washington University.
@@ -139,6 +139,7 @@
        int                     wired_count;    /* can be paged if == 0 */
        struct vm_aref          aref;           /* anonymous overlay */
        int                     advice;         /* madvise advice */
+       uint32_t                map_attrib;     /* uvm-external map attributes */
 #define uvm_map_entry_stop_copy flags
        u_int8_t                flags;          /* flags */
 



Home | Main Index | Thread Index | Old Index