From c589775aea25afa67b8c3076a385967b724fea93 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 1 Dec 2017 13:56:50 +0100 Subject: 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 9c10aabca5..278ddf1286 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 const char rtems_test_name[] = ADA_TEST_NAME; -- cgit v1.2.3