Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Nov 2020 01:31:06 +0000 (UTC)
From:      Mateusz Guzik <mjg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r367542 - head/sys/kern
Message-ID:  <202011100131.0AA1V6UL003559@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mjg
Date: Tue Nov 10 01:31:06 2020
New Revision: 367542
URL: https://svnweb.freebsd.org/changeset/base/367542

Log:
  threads: remove the unused TID_BUFFER_SIZE macro

Modified:
  head/sys/kern/kern_thread.c

Modified: head/sys/kern/kern_thread.c
==============================================================================
--- head/sys/kern/kern_thread.c	Tue Nov 10 01:13:58 2020	(r367541)
+++ head/sys/kern/kern_thread.c	Tue Nov 10 01:31:06 2020	(r367542)
@@ -136,8 +136,6 @@ static void thread_zombie(struct thread *);
 static int thread_unsuspend_one(struct thread *td, struct proc *p,
     bool boundary);
 
-#define TID_BUFFER_SIZE	1024
-
 static struct mtx tid_lock;
 static bitstr_t *tid_bitmap;
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011100131.0AA1V6UL003559>