summaryrefslogtreecommitdiff
path: root/firmware/thread.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/thread.c')
-rw-r--r--firmware/thread.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/thread.c b/firmware/thread.c
index 7b9982be01..896cc0fb3d 100644
--- a/firmware/thread.c
+++ b/firmware/thread.c
@@ -2387,7 +2387,9 @@ void thread_thaw(struct thread_entry *thread)
2387 } 2387 }
2388 2388
2389 UNLOCK_THREAD_SET_STATE(thread, STATE_RUNNING); 2389 UNLOCK_THREAD_SET_STATE(thread, STATE_RUNNING);
2390#if NUM_CORES > 1
2390 set_irq_level(oldlevel); 2391 set_irq_level(oldlevel);
2392#endif
2391 return; 2393 return;
2392 } 2394 }
2393 2395