]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Remove double-calls to tc_get_timecount() to warm timecounters.
authorkib <kib@FreeBSD.org>
Wed, 10 Jun 2020 22:30:32 +0000 (22:30 +0000)
committerkib <kib@FreeBSD.org>
Wed, 10 Jun 2020 22:30:32 +0000 (22:30 +0000)
commit4e17893cde04bfed0df6c04396ee3e9230d66636
treebe7cf12653d05ce5bbdc1af466f255291794e6b6
parenteec1e3ff377fe45e356007729c3f8cf1178dab08
Remove double-calls to tc_get_timecount() to warm timecounters.

It seems that second call does not add any useful state change for all
implemented timecounters.

Discussed with: bde
Sponsored by: The FreeBSD Foundation
MFC after: 3 weeks
sys/dev/acpica/acpi.c
sys/dev/acpica/acpi_timer.c
sys/dev/xen/control/control.c
sys/kern/kern_tc.c