Module Name: src
Committed By: christos
Date: Thu May 18 02:21:05 UTC 2017
Modified Files:
src/sys/uvm: uvm_map.h
Log Message:
more snprintb bits
To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 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.73 src/sys/uvm/uvm_map.h:1.74
--- src/sys/uvm/uvm_map.h:1.73 Wed May 25 13:43:58 2016
+++ src/sys/uvm/uvm_map.h Wed May 17 22:21:05 2017
@@ -1,4 +1,4 @@
-/* $NetBSD: uvm_map.h,v 1.73 2016/05/25 17:43:58 christos Exp $ */
+/* $NetBSD: uvm_map.h,v 1.74 2017/05/18 02:21:05 christos Exp $ */
/*
* Copyright (c) 1997 Charles D. Cranor and Washington University.
@@ -238,6 +238,13 @@ struct vm_map {
#define VM_MAP_TOPDOWN 0x40 /* ro: arrange map top-down */
#define VM_MAP_WANTVA 0x100 /* rw: want va */
+#define VM_MAP_BITS "\177\020\
+b\0PAGEABLE\0\
+b\2WIREFUTURE\0\
+b\5DYING\0\
+b\6TOPDOWN\0\
+b\10WANTVA\0"
+
#ifdef _KERNEL
struct uvm_map_args {
struct vm_map_entry *uma_prev;