DragonFly BSD
DragonFly commits List (threaded) for 2010-09
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: kernel - Remove debugging kprintf


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 24 Sep 2010 22:01:40 -0700 (PDT)

commit f022a37034e9c29f3fc99b3cd9af8d61ef3870b9
Author: Matthew Dillon <dillon@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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]