remove two useless and unused hash penalty defines
authortedu <tedu@openbsd.org>
Thu, 18 Dec 2014 23:59:28 +0000 (23:59 +0000)
committertedu <tedu@openbsd.org>
Thu, 18 Dec 2014 23:59:28 +0000 (23:59 +0000)
sys/uvm/uvm_aobj.c
sys/uvm/uvm_vnode.c

index f767821..8c0c281 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: uvm_aobj.c,v 1.74 2014/12/17 19:42:15 tedu Exp $      */
+/*     $OpenBSD: uvm_aobj.c,v 1.75 2014/12/18 23:59:28 tedu Exp $      */
 /*     $NetBSD: uvm_aobj.c,v 1.39 2001/02/18 21:19:08 chs Exp $        */
 
 /*
@@ -901,9 +901,6 @@ uao_detach_locked(struct uvm_object *uobj)
  *     XXXJRT currently never happens, as we never directly initiate
  *     XXXJRT I/O
  */
-
-#define        UAO_HASH_PENALTY 4      /* XXX: a guess */
-
 boolean_t
 uao_flush(struct uvm_object *uobj, voff_t start, voff_t stop, int flags)
 {
index 7a3578e..3422e1e 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: uvm_vnode.c,v 1.87 2014/12/17 19:42:15 tedu Exp $     */
+/*     $OpenBSD: uvm_vnode.c,v 1.88 2014/12/18 23:59:28 tedu Exp $     */
 /*     $NetBSD: uvm_vnode.c,v 1.36 2000/11/24 20:34:01 chs Exp $       */
 
 /*
@@ -577,8 +577,6 @@ uvm_vnp_terminate(struct vnode *vp)
  *     off (i.e. we need to do an iosync).   also note that once a
  *     page is PG_BUSY it must stay in its object until it is un-busyed.
  */
-#define UVN_HASH_PENALTY 4     /* XXX: a guess */
-
 boolean_t
 uvn_flush(struct uvm_object *uobj, voff_t start, voff_t stop, int flags)
 {