Module Name: src Committed By: ad Date: Sun Mar 22 18:45:28 UTC 2020
Modified Files: src/sys/kern: vfs_vnode.c Log Message: Process concurrent page faults on individual uvm_objects / vm_amaps in parallel, where the relevant pages are already in-core. Proposed on tech-kern. Temporarily disabled on MP architectures with __HAVE_UNLOCKED_PMAP until adjustments are made to their pmaps. To generate a diff of this commit: cvs rdiff -u -r1.115 -r1.116 src/sys/kern/vfs_vnode.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.