Module Name: src Committed By: maxv Date: Thu Apr 2 16:29:30 UTC 2020
Modified Files: src/sys/kern: kern_clock.c src/sys/sys: kernel.h src/sys/uvm: uvm_pdpolicy_clock.c Log Message: Hide 'hardclock_ticks' behind a new getticks() function, and use relaxed atomics internally. Only one caller is converted for now. Discussed with riastradh@ and ad@. To generate a diff of this commit: cvs rdiff -u -r1.139 -r1.140 src/sys/kern/kern_clock.c cvs rdiff -u -r1.32 -r1.33 src/sys/sys/kernel.h cvs rdiff -u -r1.35 -r1.36 src/sys/uvm/uvm_pdpolicy_clock.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.