Remove debug printfs that print the number of wakeups seen by the
authorkettenis <kettenis@openbsd.org>
Sun, 16 Jul 2023 16:13:46 +0000 (16:13 +0000)
committerkettenis <kettenis@openbsd.org>
Sun, 16 Jul 2023 16:13:46 +0000 (16:13 +0000)
commitd7d137ab99bbd82a4500c7633b967acab8642bfb
tree844fe9a716515c9f9edf00ad94452870c9925b34
parent605e6c2ad963baca92a2c733cba91cf4dc90f12e
Remove debug printfs that print the number of wakeups seen by the
individual CPUs.  Ever since we switched from WFE to WFE in the suspend
loops the information hasn't been very useful anymore.  And there is some
evidence that a printf here causes problems with syslog (e.g. running
xconsole under X).

ok deraadt@
sys/arch/arm64/arm64/cpu.c