aboutsummaryrefslogtreecommitdiffstats
path: root/os
diff options
context:
space:
mode:
Diffstat (limited to 'os')
-rw-r--r--os/kernel/include/inline.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/os/kernel/include/inline.h b/os/kernel/include/inline.h
index 2b160f03f..c70040d55 100644
--- a/os/kernel/include/inline.h
+++ b/os/kernel/include/inline.h
@@ -27,6 +27,8 @@
* @p CH_OPTIMIZE_SPEED is enabled.
*/
+/* If the performance code path has been chosen then all the following
+ functions are inlined into the various kernel modules.*/
#if CH_OPTIMIZE_SPEED
static INLINE void prio_insert(Thread *tp, ThreadsQueue *tqp) {