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

Re: cvs commit: src/sys/kern init_main.c


To: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
From: David Xu <bsddiy@xxxxxxx>
Date: Wed, 26 Oct 2005 10:39:07 +0800

Matthew Dillon wrote:
dillon 2005/10/25 17:47:17 PDT

DragonFly src repository

Modified files:
sys/kern init_main.c Log:
Temporary hack until corecode can fix it. There is a p_rtprio and also
a lwp_rtprio. The scheduler was using lwp_rtprio but proc0 only initialized
p_rtprio, so all processes wound up with RTP_PRIO_REALTIME instead of
RTP_PRIO_NORMAL. This basically turned off the estcpu priority code and
made all runnable processes round robin equally.
Revision Changes Path
1.49 +1 -0 src/sys/kern/init_main.c



http://www.dragonflybsd.org/cvsweb/src/sys/kern/init_main.c.diff?r1=1.48&r2=1.49&f=u

Will you support FIFO scheduling for realtime thread ?


David Xu



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