git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1680 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2010-02-27 08:59:37 +00:00
parent 5fb790997f
commit f429108707
1 changed files with 2 additions and 0 deletions

View File

@ -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) {