summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2012-09-28 17:19:59 -0500
committerJoel Sherrill <joel.sherrill@oarcorp.com>2012-09-28 17:19:59 -0500
commit2e83663a8873449c97bfe39760356187590f5704 (patch)
tree4b672a62c13d9141ffdcd4ba31c941044ec991ec
parentpc386: Add Cirrus FB Driver to Makefile and configure.ac (diff)
downloadrtems-2e83663a8873449c97bfe39760356187590f5704.tar.bz2
cpukit/configure.ac: Remove unused use ticks for statistics options
The following were not used in any code: __RTEMS_USE_TICKS_CPU_USAGE_STATISTICS__ __RTEMS_USE_TICKS_RATE_MONOTONIC_STATISTICS__ Both CPU Usage and Rate Monotonic Period Statistics are switched to ticks resolution by configuring with __RTEMS_USE_TICKS_FOR_STATISTICS__ set to 1 on the configure command line.
-rw-r--r--cpukit/configure.ac10
1 files changed, 0 insertions, 10 deletions
diff --git a/cpukit/configure.ac b/cpukit/configure.ac
index b97036c0d9..d0d957d723 100644
--- a/cpukit/configure.ac
+++ b/cpukit/configure.ac
@@ -200,16 +200,6 @@ RTEMS_CPUOPT([__RTEMS_USE_TICKS_FOR_STATISTICS__],
[1],
[disable nanosecond granularity for statistics])
-RTEMS_CPUOPT([__RTEMS_USE_TICKS_CPU_USAGE_STATISTICS__],
- [test x"${USE_TICKS_FOR_CPU_USAGE_STATISTICS}" = x"1"],
- [1],
- [disable nanosecond granularity for cpu usage statistics])
-
-RTEMS_CPUOPT([__RTEMS_USE_TICKS_RATE_MONOTONIC_STATISTICS__],
- [test x"${USE_TICKS_FOR_RATE_MONOTONIC_STATISTICS}" = x"1"],
- [1],
- [disable nanosecond granularity for period statistics])
-
## This improves both the size and coverage analysis.
RTEMS_CPUOPT([__RTEMS_DO_NOT_INLINE_THREAD_ENABLE_DISPATCH__],
[test x"${RTEMS_DO_NOT_INLINE_THREAD_ENABLE_DISPATCH}" = x"1"],