tsc: make tsc_report_test_results() less noisy without TSC_DEBUG
authorcheloha <cheloha@openbsd.org>
Sun, 18 Sep 2022 20:38:50 +0000 (20:38 +0000)
committercheloha <cheloha@openbsd.org>
Sun, 18 Sep 2022 20:38:50 +0000 (20:38 +0000)
commit3dc28311b2918a493e5a95a5ab4b79e6741a1a11
tree760695801a789d5ea0d5b87987b5ca83d73b6dde
parent4f49b3e389ee789ba2e9f7a4349218cef4447827
tsc: make tsc_report_test_results() less noisy without TSC_DEBUG

By default, just say "tsc: cpu0/cpuN: sync test failed".  If you want
more information you need to recompile with TSC_DEBUG set.

While here, disable TSC_DEBUG.

"sure" deraadt@
sys/arch/amd64/amd64/tsc.c