mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-25 19:02:08 +08:00
Rename _ISR_Disable() into _ISR_Local_disable(). Rename _ISR_Enable() into _ISR_Local_enable(). Remove _Debug_Is_owner_of_giant(). This is a preparation to remove the Giant lock. Update #2555.