Date: Mon, 11 Dec 2000 19:49:59 -0800 (PST) From: John Baldwin <jhb@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/include mutex.h Message-ID: <200012120349.eBC3nx527131@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200012120349.eBC3nx527131>