Module Name: src Committed By: riastradh Date: Wed May 20 17:48:34 UTC 2020
Modified Files: src/sys/uvm: uvm_swap.c Log Message: Make swap encryption MP-safe. Not entirely sure the rest of the swap system is MP-safe, but let's not make it worse! XXX Why is swap_syscall_lock an rwlock? We don't seem to take the reader lock ever. To generate a diff of this commit: cvs rdiff -u -r1.189 -r1.190 src/sys/uvm/uvm_swap.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.