There no longer is any KVM_ET_* to keep in sync with UVM_ET_*, so
authorderaadt <deraadt@openbsd.org>
Thu, 29 Sep 2022 04:10:27 +0000 (04:10 +0000)
committerderaadt <deraadt@openbsd.org>
Thu, 29 Sep 2022 04:10:27 +0000 (04:10 +0000)
comment can be deleted.

sys/uvm/uvm.h

index 04c5aef..672e415 100644 (file)
@@ -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 */