aboutsummaryrefslogtreecommitdiffstats
path: root/os
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-02-27 08:59:37 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-02-27 08:59:37 +0000
commitf429108707622eb393338cdc56694cc672fb2f93 (patch)
tree7b242b676c7c326131abe7efb3f2febeee39b7d6 /os
parent5fb790997fec3b9d965c57e57b4edd156c8b8954 (diff)
downloadChibiOS-f429108707622eb393338cdc56694cc672fb2f93.tar.gz
ChibiOS-f429108707622eb393338cdc56694cc672fb2f93.tar.bz2
ChibiOS-f429108707622eb393338cdc56694cc672fb2f93.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1680 35acf78f-673a-0410-8e92-d51de3d6d3f4
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) {