summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-02-27 11:16:15 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-02-27 11:16:15 -0600
commit7267d55e379aca0ac0f0ba270c1f5e01476bdc4e (patch)
tree157cf0397e5f64ac2b024d70ca61ad7b92dfcaa8 /nuttx/ChangeLog
parentbbf818f7f9f6663cd9fba941167a59c7bd5eee0b (diff)
downloadnuttx-7267d55e379aca0ac0f0ba270c1f5e01476bdc4e.tar.gz
nuttx-7267d55e379aca0ac0f0ba270c1f5e01476bdc4e.tar.bz2
nuttx-7267d55e379aca0ac0f0ba270c1f5e01476bdc4e.zip
Fix how CPU load counts are adjusted so that the total always adds up to 100%
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 96f760b1f..3dc953339 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -6673,4 +6673,7 @@
* arch/arm/src/sam34: The port to the SAM4E is code complete (2014-2-16).
* include/cxx: Fix some bad idempotence defintions in header files
(2014-2-27).
-
+ * sched/sched_cpuload.c: Change calulation of the total count when the
+ time constant related delay elapsed. The total count is now always
+ guaranteed to add up to 100% (excepting only truncation errors)
+ (2014-2-27).