aboutsummaryrefslogtreecommitdiff
path: root/sys/vm
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2026-01-07 06:25:46 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2026-01-10 03:23:42 +0000
commit0d82ee2726dfe21ef08387ac21db8d77031963c6 (patch)
tree7d8aa5d56500c90d130ddce2ffa9fbb66b7d96df /sys/vm
parentaa21e75f6da3875c4c519d3187f65e8b00c230ee (diff)
Diffstat (limited to 'sys/vm')
-rw-r--r--sys/vm/vm_object.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/vm/vm_object.h b/sys/vm/vm_object.h
index 6b8a3bf087c3..9a3bba4ef396 100644
--- a/sys/vm/vm_object.h
+++ b/sys/vm/vm_object.h
@@ -200,9 +200,8 @@ struct vm_object {
#define OBJ_SPLIT 0x00000400 /* object is being split */
#define OBJ_COLLAPSING 0x00000800 /* Parent of collapse. */
#define OBJ_COLORED 0x00001000 /* pg_color is defined */
-#define OBJ_ONEMAPPING 0x00002000 /* Each page is allowed to have at most
- one managed mapping, all in the same
- vm_map */
+#define OBJ_ONEMAPPING 0x00002000 /* Each page has at most one managed
+ mapping, all in the same vm_map */
#define OBJ_PAGERPRIV1 0x00004000 /* Pager private */
#define OBJ_PAGERPRIV2 0x00008000 /* Pager private */
#define OBJ_SYSVSHM 0x00010000 /* SysV SHM */