mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-25 07:51:09 +08:00
Add rtems_interrupt_local_disable|enable() as suggested by Pavel Pisa to emphasize that interrupts are only disabled on the current processor. Do not define the rtems_interrupt_disable|enable|flash() macros and functions on SMP configurations since they don't ensure system wide mutual exclusion.