mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-26 09:48:27 +08:00
The global state of enabled and disabled interrupts has to hold interrupts really disabled by drivers and system. If the state is combined with interrupts temporarily disabled because they are processed at given time then it is impossible to maintain state by interrupt handlers in drivers.