From e6b31b27fbe3cd76534db2d4fc4ef5dcdf0d33b4 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 27 May 2015 10:13:58 -0500 Subject: Remove use ticks for statistics configure option. This was obsolete and broken based upon recent time keeping changes. Thie build option was previously enabled by adding USE_TICKS_FOR_STATISTICS=1 to the configure command line. This propagated into the code as preprocessor conditionals using the __RTEMS_USE_TICKS_FOR_STATISTICS__ conditional. --- cpukit/configure.ac | 5 ----- 1 file changed, 5 deletions(-) (limited to 'cpukit/configure.ac') diff --git a/cpukit/configure.ac b/cpukit/configure.ac index 46942c9805..c2b8e8d4f2 100644 --- a/cpukit/configure.ac +++ b/cpukit/configure.ac @@ -240,11 +240,6 @@ RTEMS_CPUOPT([RTEMS_VERSION], ["]_RTEMS_VERSION["], [RTEMS version string]) -RTEMS_CPUOPT([__RTEMS_USE_TICKS_FOR_STATISTICS__], - [test x"${USE_TICKS_FOR_STATISTICS}" = x"1"], - [1], - [disable nanosecond granularity for statistics]) - ## Header file differences that need to be known in .h after install RTEMS_CPUOPT([__RTEMS_HAVE_SYS_CPUSET_H__], [test x"${ac_cv_header_sys_cpuset_h}" = x"yes"], -- cgit v1.2.3