summaryrefslogblamecommitdiffstats
path: root/c/src/aclocal/check-smp.m4
blob: b9b10b1bf2f5fbdb08f8d045028e1a3a048f8eab (plain) (tree)
1
2
3
4
5
6




                                          
                   










                                              
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])
])