summaryrefslogtreecommitdiffstats
path: root/cpukit/ChangeLog
diff options
context:
space:
mode:
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 30913d39e2..58824cc8e2 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-07 Cindy Cicalese <cicalese@mitre.org>
PR 1477/cpukit