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;
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"