CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2024/05/26 07:37:32
Modified files:
sys/arch/amd64/amd64: acpi_machdep.c intr.c
sys/arch/amd64/include: intr.h intrdefs.h
sys/arch/arm64/arm64: cpu.c intr.c
sys/arch/i386/i386: machdep.c
sys/arch/i386/include: intr.h
sys/kern : subr_suspend.c
Log message:
Implement wakeup interrupts on amd64. Provide a dummy implementation for
i386 such that we can call the necessary hooks in the suspend/resume code
without adding #ifdefs. Tweak the arm64 implementation such that we can
call the hooks earlier as this is necessary to mask MSI and MSI-X
interrupts on arm64.
ok deraadt@, mlarkin@