Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Aug 2008 16:15:58 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern kern_thread.c src/sys/sys proc.h
Message-ID:  <200808221616.m7MGGwEf082284@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2008-08-22 16:15:58 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_thread.c 
    sys/sys              proc.h 
  Log:
  SVN rev 182011 on 2008-08-22 16:15:58Z by jhb
  
  A suspended thread can, in fact, be swapped out.  Thus,
  thread_unsuspend_one() needs to optionally wakeup the swapper.  Since we
  hold the thread lock for that entire function, however, we have to push
  that requirement up into the caller.
  
  Found by:       rwatson
  
  Revision  Changes    Path
  1.277     +27 -14    src/sys/kern/kern_thread.c
  1.519     +1 -1      src/sys/sys/proc.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808221616.m7MGGwEf082284>