From owner-cvs-all Fri Nov 17 16:21: 4 2000 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 4B40537B479; Fri, 17 Nov 2000 16:21:01 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA61821; Fri, 17 Nov 2000 16:21:01 -0800 (PST) (envelope-from jhb@FreeBSD.org) Message-Id: <200011180021.QAA61821@freefall.freebsd.org> From: John Baldwin Date: Fri, 17 Nov 2000 16:21:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_timeout.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2000/11/17 16:21:01 PST Modified files: sys/kern kern_timeout.c Log: Release sched_lock very briefly to give interrupts a chance to fire if we are in softclock() for a long time. The old code already did an splx()/slphigh() pair here, I just missed adding in the equivalent mutex operations on sched_lock earlier. Revision Changes Path 1.62 +3 -1 src/sys/kern/kern_timeout.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message