summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/export/thread.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/firmware/export/thread.h b/firmware/export/thread.h
index eea58975a1..982b43731a 100644
--- a/firmware/export/thread.h
+++ b/firmware/export/thread.h
@@ -324,9 +324,7 @@ struct core_entry
324#if NUM_CORES > 1 324#if NUM_CORES > 1
325 struct thread_blk_ops blk_ops; /* operations to perform when 325 struct thread_blk_ops blk_ops; /* operations to perform when
326 blocking a thread */ 326 blocking a thread */
327#ifdef HAVE_PRIORITY_SCHEDULING
328 struct corelock rtr_cl; /* Lock for rtr list */ 327 struct corelock rtr_cl; /* Lock for rtr list */
329#endif
330#endif /* NUM_CORES */ 328#endif /* NUM_CORES */
331}; 329};
332 330