git: kernel - Remove kthread exit debug kprintf()s
Matthew Dillon
dillon at crater.dragonflybsd.org
Fri May 4 11:28:48 PDT 2018
commit 95cf7db121d34d05579550e6e511492e60790f2a
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Fri May 4 11:28:10 2018 -0700
kernel - Remove kthread exit debug kprintf()s
* Remove TDF_VERBOSE and debugging kprintf()s on kthread exit.
We don't need this debugging any more.
Reported-by: zrj
Summary of changes:
sys/kern/kern_kthread.c | 5 +----
sys/kern/lwkt_thread.c | 2 --
sys/sys/thread.h | 2 +-
3 files changed, 2 insertions(+), 7 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/95cf7db121d34d05579550e6e511492e60790f2a
--
DragonFly BSD source repository
More information about the Commits
mailing list