cvs commit: src/sys/sys proc.h src/sys/kern kern_kse.c

Julian Elischer julian at FreeBSD.org
Thu Sep 2 22:55:24 PDT 2004


julian      2004-09-03 05:55:06 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/sys              proc.h 
    sys/kern             kern_kse.c 
  Log:
   MFC:
  > Move TDF_CAN_UNBIND to thread private flags td_pflags, this eliminates
  > need of sched_lock in some places. Also in thread_userret, remove
  > spare thread allocation code, it is already done in thread_user_enter.
  >    Reviewed by: julian
  >      Revision  Changes    Path
  > 1.195     +4 -19     src/sys/kern/kern_kse.c
  > 1.394     +3 -4      src/sys/sys/proc.h
  >
  Approved by:    re (scottl)
  
  Revision   Changes    Path
  1.193.2.1  +4 -11     src/sys/kern/kern_kse.c
  1.392.2.1  +3 -4      src/sys/sys/proc.h


More information about the cvs-src mailing list