summaryrefslogtreecommitdiffstats
path: root/doc/new_chapters/gen_section
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-05-15 20:17:17 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-05-15 20:17:17 +0000
commit05ddbf2565b15133db3a68cf6416813e122da19f (patch)
tree404c96e98404f279caa15e95d55f309d58822ac4 /doc/new_chapters/gen_section
parent2007-05-15 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-05ddbf2565b15133db3a68cf6416813e122da19f.tar.bz2
2007-05-15 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, gen_section: Integrate Rate Monotonic Statistics and Period Usage into Rate Monotonic Manager. Added the following directives: rtems_rate_monotonic_get_statistics, rtems_rate_monotonic_reset_statistics, rtems_rate_montonic_reset_all_statistics, rtems_rate_montonic_report_statistics, and rtems_object_get_name. Obsoleted the rtems/rtmonuse.h file as a public interface. * rtmonuse.t: Removed.
Diffstat (limited to '')
-rw-r--r--doc/new_chapters/gen_section6
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/new_chapters/gen_section b/doc/new_chapters/gen_section
index 5950a2e303..dd914f5aea 100644
--- a/doc/new_chapters/gen_section
+++ b/doc/new_chapters/gen_section
@@ -129,12 +129,6 @@ case ${chapter} in
ROUTINES="strcpy strncpy strcat strncat strcmp strncmp strchr strcspn \
strpbrk strrchr strspn strstr strtok stlen"
;;
- misc_rtmonuse)
- CHAPTER_CAPS="Rate Monotonic Period Statistics"
- CHAPTER_LOWER="rate monotonic period statistics"
- ROUTINES="Period_usage_Initialize Period_usage_Reset \
- Period_usage_Update Period_usage_Dump"
- ;;
misc_error)
CHAPTER_CAPS="Error Reporting Support"
CHAPTER_LOWER="error reporting support"