From 7a4b264574ce81d5473de6d15950464ea2cff485 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 11 Jan 2017 09:43:06 -0600 Subject: Remove obsolete __RTEMS_HAVE_SYS_CPUSET_H__ --- testsuites/sptests/configure.ac | 4 ---- 1 file changed, 4 deletions(-) (limited to 'testsuites/sptests/configure.ac') diff --git a/testsuites/sptests/configure.ac b/testsuites/sptests/configure.ac index 76d60e3b3c..0a2882498b 100644 --- a/testsuites/sptests/configure.ac +++ b/testsuites/sptests/configure.ac @@ -36,10 +36,6 @@ AM_CONDITIONAL(HAS__THREAD_QUEUE_QUEUE,test x"${ac_cv_type_struct__Thread_queue_ AC_CHECK_HEADERS([threads.h]) AM_CONDITIONAL([HAS_THREADS_H],[test x"$ac_cv_header_threads_h" = x"yes"]) -# Added to newlib pthreads for RTEMS SMP (np), may not be present -AC_CHECK_HEADERS([sys/cpuset.h]) -AM_CONDITIONAL(HAS_CPUSET,test x"${ac_cv_header_sys_cpuset_h}" = x"yes") - # Some tests should not be built/run in SMP configurations RTEMS_CHECK_CPUOPTS([RTEMS_SMP]) AM_CONDITIONAL(HAS_SMP,test "$rtems_cv_RTEMS_SMP" = "yes") -- cgit v1.2.3