summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-05-17 19:31:33 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-05-17 19:31:33 +0000
commit23f57aff8abf5ce0b87829a7a94bb1e82ea938ff (patch)
treecb00276b02090333bd244dc40131c9dda5eaf922
parentf7494add383ab65724f5f784e006370dc5e08a26 (diff)
2011-05-17 Joel Sherrill <joel.sherrill@oarcorp.com>
* configure.ac, aclocal/enable-smp.m4: Merge and update code. Simulators for Deterministic Priority and SMP Simple Schedulers now work. * .cvsignore: New file.
-rw-r--r--.cvsignore17
-rw-r--r--ChangeLog7
-rw-r--r--aclocal/enable-smp.m46
-rw-r--r--configure.ac1
4 files changed, 26 insertions, 5 deletions
diff --git a/.cvsignore b/.cvsignore
new file mode 100644
index 0000000..5aa1e4f
--- /dev/null
+++ b/.cvsignore
@@ -0,0 +1,17 @@
+aclocal.m4
+autom4te*.cache
+compile
+config.cache
+config.guess
+config.log
+config.status
+config.sub
+configure
+depcomp
+install-sh
+install.sh
+Makefile
+Makefile.in
+mdate-sh
+missing
+texinfo.tex
diff --git a/ChangeLog b/ChangeLog
index b2e328b..7781930 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2011-05-17 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * configure.ac, aclocal/enable-smp.m4: Merge and update code.
+ Simulators for Deterministic Priority and SMP Simple Schedulers now
+ work.
+ * .cvsignore: New file.
+
2011-04-25 Joel Sherrill <joel.sherrill@oarcorp.com>
* ChangeLog, README: New files.
diff --git a/aclocal/enable-smp.m4 b/aclocal/enable-smp.m4
index 97cfef1..3a9aa52 100644
--- a/aclocal/enable-smp.m4
+++ b/aclocal/enable-smp.m4
@@ -7,11 +7,7 @@ AC_DEFUN([RTEMS_ENABLE_SMP],
AC_ARG_ENABLE(smp,
[AS_HELP_STRING([--enable-smp],[enable smp interface])],
[case "${enableval}" in
- yes) case "${RTEMS_CPU}" in
- sparc|i386) RTEMS_HAS_SMP=no ;;
- *) RTEMS_HAS_SMP=no ;;
- esac
- ;;
+ yes) RTEMS_HAS_SMP=yes ;;
no) RTEMS_HAS_SMP=no ;;
*) AC_MSG_ERROR(bad value ${enableval} for enable-smp option) ;;
esac],[RTEMS_HAS_SMP=no])
diff --git a/configure.ac b/configure.ac
index ccb3d89..c0d9831 100644
--- a/configure.ac
+++ b/configure.ac
@@ -29,6 +29,7 @@ RTEMS_ENABLE_TESTS
RTEMS_ENABLE_RTEMS_DEBUG
RTEMS_ENABLE_RTEMSBSP
RTEMS_ENABLE_MULTILIB
+RTEMS_ENABLE_SMP
AC_ARG_ENABLE([docs],
[AS_HELP_STRING([--enable-docs],[enable building documentation