From 2e83663a8873449c97bfe39760356187590f5704 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 28 Sep 2012 17:19:59 -0500 Subject: 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. --- cpukit/configure.ac | 10 ---------- 1 file changed, 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"], -- cgit v1.2.3