summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-12-10 20:23:22 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-12-10 20:23:22 +0000
commitba3e987eaadb63a5949322d81171148b88cc6544 (patch)
treeeefecd900c63ef52d3d240b4cc91d21bed7f1177 /cpukit/ChangeLog
parent2009-12-10 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-ba3e987eaadb63a5949322d81171148b88cc6544.tar.bz2
2009-12-10 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1480/cpukit * rtems/src/ratemonperiod.c: Use _Rate_monotonic_Update_statistics() when period is expired, not _Rate_monotonic_Initiate_statistics(). The cound of missed periods was never updated.
Diffstat (limited to 'cpukit/ChangeLog')
-rw-r--r--cpukit/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 743f26c62b..946978e81f 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,10 @@
+2009-12-10 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ PR 1480/cpukit
+ * rtems/src/ratemonperiod.c: Use _Rate_monotonic_Update_statistics()
+ when period is expired, not _Rate_monotonic_Initiate_statistics().
+ The cound of missed periods was never updated.
+
2009-12-10 Ralf Corsépius <ralf.corsepius@rtems.org>
* telnetd/pty.c: