cvs commit: src/sys/kern init_main.c

David Xu bsddiy at 126.com
Tue Oct 25 19:39:07 PDT 2005


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





More information about the Commits mailing list