cvs commit: src/sys/kern init_main.c

Matthew Dillon dillon at crater.dragonflybsd.org
Tue Oct 25 17:53:38 PDT 2005


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





More information about the Commits mailing list