mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-06-09 18:46:29 +08:00

Adding (p->irq_sources & ~QM_PIRQ_CSCI) to the clear mask means for example we clear the QM_PIRQ_EQCI unconditionally. This is a problem in case this interrupt happens after the read of the interrupt status and before the interrupt status clear.