NetBSD-Bugs archive

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

PR/37245 CVS commit: src/sys/kern



The following reply was made to PR kern/37245; it has been noted by GNATS.

From: Mindaugas Rasiukevicius <rmind%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/37245 CVS commit: src/sys/kern
Date: Tue, 11 Mar 2008 18:18:49 +0000 (UTC)

 Module Name:   src
 Committed By:  rmind
 Date:          Tue Mar 11 18:18:49 UTC 2008
 
 Modified Files:
        src/sys/kern: sched_m2.c
 
 Log Message:
 - Perform periodical balancing of CPU-bound threads, which tends to
   never sleep.  Should fix PR/37245 by <yamt>.
 - Fix a regression - dissalow catching of bound threads.  Also, allow
   migration of non-bound kthreads, this restriction seems pointless.
 - Few micro-optimisations, misc.
 
 
 To generate a diff of this commit:
 cvs rdiff -r1.21 -r1.22 src/sys/kern/sched_m2.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index