cvs commit: src/sys/kern init_main.c

Matthew Dillon dillon at crater.dragonflybsd.org
Tue May 1 22:58:17 PDT 2007


dillon      2007/05/01 22:55:35 PDT

DragonFly src repository

  Modified files:
    sys/kern             init_main.c 
  Log:
  When thread0 is initialized it must also be LWKT scheduled or LWKT will
  forget it exists when you switch away without sleeping.  This fixes
  a lockup with early uses of DRIVERSLEEP().
  
  Reported-by: Sascha Wildner <saw at online.de>, YONETANI Tomokazu <qhwt+dfly at les.ath.cx>
  
  Revision  Changes    Path
  1.80      +1 -0      src/sys/kern/init_main.c


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





More information about the Commits mailing list