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

Julian Elischer julian at FreeBSD.org
Thu Sep 2 23:26:29 PDT 2004


julian      2004-09-03 06:26:28 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_5)
    sys/kern             kern_kse.c 
    sys/sys              proc.h 
  Log:
  MFC:
   Remove TDP_USTATCLOCK, we no longer need it because we now always
   update tick count for userland in thread_userret. This change
   also removes a "no upcall owned" panic because fuword() schedules
   an upcall under heavily loaded, and code assumes there is no upcall
   can occur.
  
   Reported and Tested by: Peter Holm <peter at holm.cc>
  
   Revision  Changes    Path
   1.198     +30 -55    src/sys/kern/kern_kse.c
   1.396     +0 -1      src/sys/sys/proc.h
  ----
   Note free bit.. as per the flags word.
  
   MFC after:      2 days
  
   Revision  Changes    Path
   1.397     +1 -0      src/sys/sys/proc.h
  
  Approved by:    re (scottl)
  
  Revision   Changes    Path
  1.193.2.3  +30 -55    src/sys/kern/kern_kse.c
  1.392.2.2  +1 -1      src/sys/sys/proc.h


More information about the cvs-src mailing list