Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: syssrc



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.




Home | Main Index | Thread Index | Old Index