mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-15 14:15:21 +08:00
rtems_bsd_mutex: Add missing ISR enable
This commit is contained in:
@@ -88,6 +88,8 @@ rtems_bsd_mutex_unlock_more(rtems_bsd_mutex *m, Thread_Control *owner,
|
||||
_Thread_Clear_state(new_owner, STATES_WAITING_FOR_MUTEX);
|
||||
|
||||
_Thread_Enable_dispatch();
|
||||
} else {
|
||||
_ISR_Enable(level);
|
||||
}
|
||||
|
||||
if (!keep_priority) {
|
||||
|
Reference in New Issue
Block a user