CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/07/08 03:17:48
Modified files:
lib/libc/arch/amd64/gen: usertc.c
sys/arch/amd64/include: timetc.h
Log message:
Clean up the amd64 userland timecounter implementation a bit:
* We don't need TC_LAST
* Make internal functions static to avoid namespace pollution in libc.a
* Use a switch statement to harmonize with architectures providing
multiple timecounters
ok deraadt@, pirofti@
