svn commit: r367542 - head/sys/kern

Mateusz Guzik mjg at FreeBSD.org
Tue Nov 10 01:31:07 UTC 2020


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;
 


More information about the svn-src-head mailing list