From 73badebfda691cf804e349773311a0bb08ae58c4 Mon Sep 17 00:00:00 2001 From: deraadt Date: Thu, 29 Sep 2022 04:10:27 +0000 Subject: [PATCH] There no longer is any KVM_ET_* to keep in sync with UVM_ET_*, so comment can be deleted. --- sys/uvm/uvm.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sys/uvm/uvm.h b/sys/uvm/uvm.h index 04c5aef613d..672e415a623 100644 --- a/sys/uvm/uvm.h +++ b/sys/uvm/uvm.h @@ -1,4 +1,4 @@ -/* $OpenBSD: uvm.h,v 1.69 2022/05/04 14:58:26 mpi Exp $ */ +/* $OpenBSD: uvm.h,v 1.70 2022/09/29 04:10:27 deraadt Exp $ */ /* $NetBSD: uvm.h,v 1.24 2000/11/27 08:40:02 chs Exp $ */ /* @@ -81,8 +81,6 @@ struct uvm { /* * vm_map_entry etype bits: - * - * keep in sync with KVM_ET_* */ #define UVM_ET_OBJ 0x0001 /* it is a uvm_object */ #define UVM_ET_SUBMAP 0x0002 /* it is a vm_map submap */ -- 2.20.1