Module Name: src Committed By: reinoud Date: Tue Dec 20 15:41:01 UTC 2011
Modified Files: src/sys/uvm: uvm_map.h Log Message: Ooops forgot the uvm_map.h To generate a diff of this commit: cvs rdiff -u -r1.67 -r1.68 src/sys/uvm/uvm_map.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/uvm/uvm_map.h diff -u src/sys/uvm/uvm_map.h:1.67 src/sys/uvm/uvm_map.h:1.68 --- src/sys/uvm/uvm_map.h:1.67 Sun Jun 12 03:36:03 2011 +++ src/sys/uvm/uvm_map.h Tue Dec 20 15:41:01 2011 @@ -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 @@ struct vm_map_entry { 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 */