Module Name: src Committed By: rin Date: Sun May 8 21:55:35 UTC 2022
Modified Files: src/sys/uvm/pmap: pmap_pvt.c Log Message: For PMAP_PV_TRACK_ONLY_STUBS, comment out pmap_pv_{,un}track(). If modules call these functions, the result should be an inconsistent state. Such modules require real PV-tracking support, anyway. The best we can do should be to make two symbols undefined, and prevent these modules from loaded. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/uvm/pmap/pmap_pvt.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.