CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/06/15 12:01:44
Modified files:
sys/arch/amd64/amd64: intr.c
Log message:
We should block non-wakeup interrupts until we're in the resume path and
have disabled interrupts at the CPU level again. So instead of
cpu_suspended use a new intr_suspended variable that is set and cleared in
intr_enable_wakeup() and intr_disable_wakeup().
ok mglocker@, mlarkin@
