cvs commit: src/sys/vm vm_fault.c
Alan Cox
alc at FreeBSD.org
Sat Aug 21 17:08:44 PDT 2004
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
More information about the cvs-src
mailing list