cvs commit: src/sys/kern kern_synch.c

John Baldwin jhb at FreeBSD.org
Mon May 5 14:12:38 PDT 2003


jhb         2003/05/05 14:12:37 PDT

  FreeBSD src repository

  Modified files:
    sys/kern             kern_synch.c 
  Log:
  Remove TD_ON_RUNQ() from a check to make sure Giant is not held when
  calling mi_switch().  The kernel would panic on an earlier KASSERT() in
  mi_switch() if TD_ON_RUNQ() was true.
  
  Revision  Changes    Path
  1.221     +1 -3      src/sys/kern/kern_synch.c


More information about the cvs-src mailing list