Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Apr 2001 18:39:24 -0700 (PDT)
From:      John Baldwin <jhb@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern kern_sig.c
Message-ID:  <200104030139.f331dOo56616@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2001/04/02 18:39:24 PDT

  Modified files:
    sys/kern             kern_sig.c 
  Log:
  Change stop() to require the sched_lock as well as p's process lock to
  avoid silly lock contention on sched_lock since in 2 out of the 3 places
  that we call stop(), we get sched_lock right after calling it and we were
  locking sched_lock inside of stop() anyways.
  
  Revision  Changes    Path
  1.114     +9 -7      src/sys/kern/kern_sig.c


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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