Date: Sun, 22 Aug 2004 00:08:43 +0000 (UTC) From: Alan Cox <alc@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_fault.c Message-ID: <200408220008.i7M08ixA097503@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
alc 2004-08-22 00:08:43 UTC
FreeBSD src repository
Modified files:
sys/vm vm_fault.c
Log:
In the previous revision, I failed to condition an early release of Giant
in vm_fault() on debug_mpsafevm. If debug_mpsafevm was not set, the result
was an assertion failure early in the boot process.
Reported by: green@
Revision Changes Path
1.194 +2 -1 src/sys/vm/vm_fault.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408220008.i7M08ixA097503>
