Date: Wed, 13 Aug 2008 18:29:29 +0000 (UTC) From: Attilio Rao <attilio@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 trap.c Message-ID: <200808131829.m7DITaL3085152@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
attilio 2008-08-13 18:29:29 UTC FreeBSD src repository Modified files: sys/i386/i386 trap.c Log: SVN rev 181696 on 2008-08-13 18:29:29Z by attilio In the case of POWERFAIL_NMI, remove the Giant acquisitions because they can lead to a deadlock if the thread owning the Giant lock is interrupted by the NMI. Instead, tollerate a small race on the x86 architecture. Revision Changes Path 1.315 +0 -4 src/sys/i386/i386/trap.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808131829.m7DITaL3085152>