kernel - Remove debugging kprintf
authorMatthew Dillon <dillon@apollo.backplane.com>
Sat, 25 Sep 2010 05:00:28 +0000 (22:00 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Sat, 25 Sep 2010 05:00:28 +0000 (22:00 -0700)
commitf022a37034e9c29f3fc99b3cd9af8d61ef3870b9
treef7aabbc559efed2e914e1d4581ba721e453c7955
parent95b801b2a313c3986761ad670f92f4d1e179f50e
kernel - Remove debugging kprintf

* Remove "td %p (%s) unexpectedly rescheduled" from the tsleep() path.

  This case is still undesired but it can happen through normal operation
  due to explicit lwkt_schedule()'s or delayed schedules from interlocked
  tsleep()s.  Don't kprintf a warning when it happens any more.
sys/kern/kern_synch.c