From owner-cvs-all Mon Dec 11 19:50: 2 2000 From owner-cvs-all@FreeBSD.ORG Mon Dec 11 19:49:59 2000 Return-Path: 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 6100637B404; Mon, 11 Dec 2000 19:49:59 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id eBC3nx527131; Mon, 11 Dec 2000 19:49:59 -0800 (PST) (envelope-from jhb) Message-Id: <200012120349.eBC3nx527131@freefall.freebsd.org> From: John Baldwin Date: Mon, 11 Dec 2000 19:49:59 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/include mutex.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2000/12/11 19:49:59 PST Modified files: sys/i386/include mutex.h Log: Fix the assembly mutex macros to call the appropriate witness functions if the witness code is compiled in. Without this, the witness code doesn't notice that sched_lock is released by fork_trampoline() and thus gets all confused about spin lock order later on. Revision Changes Path 1.20 +39 -4 src/sys/i386/include/mutex.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message