mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-05-13 21:29:45 +08:00
rtems_bsd_mutex: Add missing ISR enable
This commit is contained in:
parent
7eeb079d84
commit
f18163088e
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user