From owner-cvs-all Wed Nov 29 10:38:16 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 7723737B401; Wed, 29 Nov 2000 10:38:14 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eATIcEO20021; Wed, 29 Nov 2000 10:38:14 -0800 (PST) (envelope-from jhb) Message-Id: <200011291838.eATIcEO20021@freefall.freebsd.org> From: John Baldwin Date: Wed, 29 Nov 2000 10:38:14 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern kern_mutex.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2000/11/29 10:38:14 PST Modified files: sys/kern kern_mutex.c Log: The sched_lock mutex goes after the sio mutex in the locking order since a software interrupt can be scheduled in the sio interrupt handler while the sio mutex is held. Revision Changes Path 1.22 +2 -2 src/sys/kern/kern_mutex.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message