CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/05/19 14:54:55
Modified files:
sys/dev/fdt : qcipcc.c
Log message:
Clear interrupt before executing the interrupt handler as we otherwise
risk losing an interrupt for the same pin. This can happen when a second
interrupt occurs between the interrupt handler's execution and us clearing
the interrupt.
ok kettenis@
