Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/uvm more snprintb bits
details: https://anonhg.NetBSD.org/src/rev/c75959eca430
branches: trunk
changeset: 353691:c75959eca430
user: christos <christos%NetBSD.org@localhost>
date: Thu May 18 02:21:05 2017 +0000
description:
more snprintb bits
diffstat:
sys/uvm/uvm_map.h | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diffs (23 lines):
diff -r 6d950fb5e46e -r c75959eca430 sys/uvm/uvm_map.h
--- a/sys/uvm/uvm_map.h Thu May 18 01:32:46 2017 +0000
+++ b/sys/uvm/uvm_map.h Thu May 18 02:21:05 2017 +0000
@@ -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 @@
#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;
Home |
Main Index |
Thread Index |
Old Index