Now that all architectures have been fixed, it's time to remove this...

ok?

Index: uvm/uvm_map.h
===================================================================
RCS file: /cvs/src/sys/uvm/uvm_map.h,v
retrieving revision 1.67
diff -u -p -r1.67 uvm_map.h
--- uvm/uvm_map.h       18 Dec 2019 13:33:29 -0000      1.67
+++ uvm/uvm_map.h       17 Sep 2020 12:25:12 -0000
@@ -409,13 +409,6 @@ int                uvm_map_fill_vmmap(struct vm_map *,
  *
  */
 
-/*
- * XXX: clean up later
- * Half the kernel seems to depend on them being included here.
- */
-#include <sys/time.h>
-#include <sys/systm.h>  /* for panic() */
-
 boolean_t      vm_map_lock_try_ln(struct vm_map*, char*, int);
 void           vm_map_lock_ln(struct vm_map*, char*, int);
 void           vm_map_lock_read_ln(struct vm_map*, char*, int);

Reply via email to