[rtems commit] ada: Use CONFIGURE_DISABLE_SMP_CONFIGURATION

Sebastian Huber sebh at rtems.org
Fri Dec 1 13:22:59 UTC 2017


Module:    rtems
Branch:    master
Commit:    c589775aea25afa67b8c3076a385967b724fea93
Changeset: http://git.rtems.org/rtems/commit/?id=c589775aea25afa67b8c3076a385967b724fea93

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Fri Dec  1 13:56:50 2017 +0100

ada: Use CONFIGURE_DISABLE_SMP_CONFIGURATION

Most Ada tests fail otherwise.

Update #3020.

---

 testsuites/ada/support/init.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/testsuites/ada/support/init.c b/testsuites/ada/support/init.c
index 9c10aab..278ddf1 100644
--- a/testsuites/ada/support/init.c
+++ b/testsuites/ada/support/init.c
@@ -45,6 +45,8 @@ rtems_id tcb_to_id(Thread_Control *tcb);
 
 #define CONFIGURE_INITIAL_EXTENSIONS RTEMS_TEST_INITIAL_EXTENSION
 
+#define CONFIGURE_DISABLE_SMP_CONFIGURATION
+
 #include <config.h>
 
 const char rtems_test_name[] = ADA_TEST_NAME;



More information about the vc mailing list