From 8294d648325a0d3cda94f0c4402790cd5a48e6a9 Mon Sep 17 00:00:00 2001 From: jsg Date: Fri, 7 Jun 2024 06:04:43 +0000 Subject: [PATCH] remove UADDR_HINT_MAXGAP, missed when uaddr_hint allocator was removed --- sys/uvm/uvm_addr.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 /* -- 2.20.1