Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 06/04/1999 21:12:32
Module Name: syssrc
Committed By: thorpej
Date: Sat Jun 5 04:12:32 UTC 1999
Modified Files:
syssrc/sys/vm: vm_map.h
Log Message:
Keep interrupt-safe maps on an additional queue. In uvm_fault(), if we're
looking up a kernel address, check to see if the address is on this
"interrupt-safe" list. If so, return failure immediately. This prevents
a locking screw if a page fault is taken on an interrupt-safe map in or
out of interrupt context.
To generate a diff of this commit:
cvs rdiff -r1.26 -r1.27 syssrc/sys/vm/vm_map.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.