summaryrefslogtreecommitdiff
path: root/nuttx/sched
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-02-25 12:40:49 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-02-25 12:40:49 -0600
commit72ed2003913a3439b5e4d5f4424fa2b89c355cea (patch)
treeb8e522e008e94d94ec48395d1e43b1c21663fe79 /nuttx/sched
parent40d5996ebeeae1061a84cf15185a6ee4d6ed30c6 (diff)
downloadpx4-nuttx-72ed2003913a3439b5e4d5f4424fa2b89c355cea.tar.gz
px4-nuttx-72ed2003913a3439b5e4d5f4424fa2b89c355cea.tar.bz2
px4-nuttx-72ed2003913a3439b5e4d5f4424fa2b89c355cea.zip
prtdiff_t: Defined in both stddef and sys/types
Diffstat (limited to 'nuttx/sched')
-rw-r--r--nuttx/sched/sched_cpuload.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/sched/sched_cpuload.c b/nuttx/sched/sched_cpuload.c
index b02db1d64..802977f87 100644
--- a/nuttx/sched/sched_cpuload.c
+++ b/nuttx/sched/sched_cpuload.c
@@ -91,6 +91,10 @@ volatile uint32_t g_cpuload_total;
* Return Value:
* None
*
+ * Assumptions/Limitations:
+ * This function is called from a timer interrupt handler with all
+ * interrupts disabled.
+ *
************************************************************************/
void weak_function sched_process_cpuload(void)