DragonFly commits List (threaded) for 2005-10
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/sys/kern init_main.c
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
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]