summaryrefslogtreecommitdiffstats
path: root/c/src/aclocal/check-smp.m4
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/aclocal/check-smp.m4')
-rw-r--r--c/src/aclocal/check-smp.m417
1 files changed, 0 insertions, 17 deletions
diff --git a/c/src/aclocal/check-smp.m4 b/c/src/aclocal/check-smp.m4
deleted file mode 100644
index b9b10b1bf2..0000000000
--- a/c/src/aclocal/check-smp.m4
+++ /dev/null
@@ -1,17 +0,0 @@
-AC_DEFUN([RTEMS_CHECK_SMP],
-[dnl
-AC_REQUIRE([RTEMS_ENABLE_SMP])dnl
-
-AC_CACHE_CHECK([whether CPU supports SMP],
- rtems_cv_HAS_SMP,
- [dnl
- case "$RTEMS_CPU" in
- *)
- if test "${RTEMS_HAS_SMP}" = "yes"; then
- rtems_cv_HAS_SMP="yes";
- else
- rtems_cv_HAS_SMP="disabled";
- fi
- ;;
- esac])
-])