From: jsg Date: Fri, 7 Jun 2024 06:04:43 +0000 (+0000) Subject: remove UADDR_HINT_MAXGAP, missed when uaddr_hint allocator was removed X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=8294d648325a0d3cda94f0c4402790cd5a48e6a9;p=openbsd remove UADDR_HINT_MAXGAP, missed when uaddr_hint allocator was removed --- diff --git a/sys/uvm/uvm_addr.c b/sys/uvm/uvm_addr.c index 69aff636aa0..904218034eb 100644 --- a/sys/uvm/uvm_addr.c +++ b/sys/uvm/uvm_addr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uvm_addr.c,v 1.34 2024/05/13 01:15:53 jsg Exp $ */ +/* $OpenBSD: uvm_addr.c,v 1.35 2024/06/07 06:04:43 jsg Exp $ */ /* * Copyright (c) 2011 Ariane van der Steldt @@ -24,8 +24,6 @@ #include #include -/* Max gap between hint allocations. */ -#define UADDR_HINT_MAXGAP (4 * PAGE_SIZE) /* Number of pivots in pivot allocator. */ #define NUM_PIVOTS 16 /*