git: kernel - Remove debugging kprintf

Matthew Dillon dillon at crater.dragonflybsd.org
Fri Sep 24 22:02:41 PDT 2010


commit f022a37034e9c29f3fc99b3cd9af8d61ef3870b9
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Fri Sep 24 22:00:28 2010 -0700

    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.

Summary of changes:
 sys/kern/kern_synch.c |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/f022a37034e9c29f3fc99b3cd9af8d61ef3870b9


-- 
DragonFly BSD source repository





More information about the Commits mailing list