summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rtems-notes-6.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/rtems-notes-6.md b/rtems-notes-6.md
index 3ca5040..1f1c287 100644
--- a/rtems-notes-6.md
+++ b/rtems-notes-6.md
@@ -43,6 +43,9 @@ Implementation improvements usually fall into one of the following categories:
* If `rtems_task_delete()` is called from within interrupt context, then it
returns now `RTEMS_CALLED_FROM_ISR`.
+* The rate monotonic period statistics are no longer affected by
+ `rtems_cpu_usage_reset()`.
+
#### API Additions
* `RTEMS_ALIGN_UP()`