The previous commit also fixed a possibly-wrong (too high) priority

for the rescheduled process.
This commit is contained in:
Bruce Evans 1999-02-22 18:39:49 +00:00
parent 1b968362aa
commit 3965f8d8bb

View file

@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* @(#)kern_subr.c 8.3 (Berkeley) 1/21/94
* $Id: kern_subr.c,v 1.25 1999/02/02 12:11:01 bde Exp $
* $Id: kern_subr.c,v 1.26 1999/02/22 16:57:47 bde Exp $
*/
#include <sys/param.h>