From owner-cvs-all Sat Feb 10 11: 8: 7 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0FE9C37B6A2; Sat, 10 Feb 2001 11:07:33 -0800 (PST) Received: (from jake@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1AJ7XY67400; Sat, 10 Feb 2001 11:07:33 -0800 (PST) (envelope-from jake) Message-Id: <200102101907.f1AJ7XY67400@freefall.freebsd.org> From: Jake Burkholder Date: Sat, 10 Feb 2001 11:07:32 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_synch.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jake 2001/02/10 11:07:32 PST Modified files: sys/kern kern_synch.c Log: Acquire sched_lock around need_resched() in roundrobin() to satisfy assertions that it is held. Since roundrobin() is a timeout there's no possible way that it could be called with sched_lock held. Revision Changes Path 1.126 +5 -9 src/sys/kern/kern_synch.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message