CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/03/22 10:21:21
Modified files:
sys/kern : kern_tc.c
Log message:
Rename "timecounter_mtx" to "windup_mtx".
This will make upcoming MP-related diffs smaller and should make the code
int kern_tc.c easier to read in general. "windup_mtx" is also a better
mnemonic: always call tc_windup() before leaving windup_mtx.
