more snprintb bits

This commit is contained in:
christos 2017-05-18 02:21:05 +00:00
parent decfd26536
commit 4fdd4095d8

View File

@ -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;