Print the last non-wakeup interrupt received during suspend. Note that
authorkettenis <kettenis@openbsd.org>
Tue, 25 Jun 2024 12:02:48 +0000 (12:02 +0000)
committerkettenis <kettenis@openbsd.org>
Tue, 25 Jun 2024 12:02:48 +0000 (12:02 +0000)
commit3d310523b415eeee9db46a5b67eecf8f9fdd5c8f
tree8f8f93748946f45b5af3dc19b4d71319cfdf428c
parentf3831b10f5c5f9b8fe11bc146b4c5b74a92fc5ba
Print the last non-wakeup interrupt received during suspend.  Note that
this may print an (MSI) interrupt that sneaks in just before we actually
enter the idle loop on the primary CPU.  While such an interrupt shouldn't
happen, they won't prevent the machine from reaching a low power idle state.
So at this point these non-wakeup interrupts only need to be investigated
when the primary CPU gets woken up repeatedly.

ok mglocker@, deraadt@
sys/arch/amd64/amd64/intr.c