From owner-cvs-src@FreeBSD.ORG Thu Dec 11 12:02:29 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4997016A4CE; Thu, 11 Dec 2003 12:02:29 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B4EAB43D5C; Thu, 11 Dec 2003 12:01:53 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hBBK1qXJ037401; Thu, 11 Dec 2003 12:01:52 -0800 (PST) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hBBK1qF5037400; Thu, 11 Dec 2003 12:01:52 -0800 (PST) (envelope-from jhb) Message-Id: <200312112001.hBBK1qF5037400@repoman.freebsd.org> From: John Baldwin Date: Thu, 11 Dec 2003 12:01:52 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5_2 Subject: cvs commit: src/sys/kern subr_turnstile.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Dec 2003 20:02:29 -0000 jhb 2003/12/11 12:01:52 PST FreeBSD src repository Modified files: (Branch: RELENG_5_2) sys/kern subr_turnstile.c Log: MFC: Replace fix for empty turnstile race with a more general fix for the more general race of a thread that was already woken up but still pending. Adjust assertion for TDF_TSNOBLOCK case to allow for a thread to be on the run queue as well as currently running. Approved by: re (scottl) Revision Changes Path 1.134.2.1 +12 -10 src/sys/kern/subr_turnstile.c